fix: hall music_player

This commit is contained in:
2021-10-11 12:22:29 +02:00
parent 820117d871
commit 3767c02ad3
6 changed files with 16 additions and 4 deletions

View File

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