update game and rfid

This commit is contained in:
2021-10-18 17:29:11 +02:00
parent 684688da7b
commit 501e73b119
14 changed files with 2143 additions and 1621 deletions

View File

@@ -4,9 +4,9 @@
#include "board.h"
#include "SerialDebug.h"
#define HALLINTERVAL 200
#define HALLIDLETHRESHOLD 6
#define HALLIDLESAMPLES 2
#define HALLINTERVAL 100
#define HALLIDLETHRESHOLD 3
#define HALLIDLESAMPLES 3
void initGame(void);
void handleGame(void);