clean up headerfile

This commit is contained in:
2023-04-16 21:45:51 +02:00
parent d353bc4f38
commit da809f1ae4

View File

@@ -17,15 +17,6 @@
#define HALLINTERVAL 100
#define HALLTHRESHOLD 5
// static String HALLSENESORSTATES_ENUM2STR[HALL_LAST]
// {
// "Hall Idle",
// "Hall Increasing",
// "Hall Tipover",
// "Hall decreasing",
// "Hall tipUnder"
// };
void initSensor(void);
void handleBatterySensor(void);
void handleHallSensor(void);