updated hall code

This commit is contained in:
2021-10-11 07:44:21 +02:00
parent 62cac4c80d
commit 24a6e8e662
14 changed files with 214066 additions and 11390 deletions

View File

@@ -3,7 +3,10 @@
#include "Arduino.h"
#include "board.h"
#define HALLINTERVAL 500
#define HALLINTERVAL 200
#define HALLIDLETHRESHOLD 11
#define HALLIDLESAMPLES 4
void initGame(void);
void handleGame(void);
void handleGame(void);
bool hallIsIdle(void);