removed unnecessary functions from sleep.h

This commit is contained in:
KlausMu 2024-01-28 15:43:02 +01:00
parent cbf1bf9b12
commit f58aa69c4b

View file

@ -17,9 +17,6 @@ extern bool wakeupByIMUEnabled;
extern byte wakeup_reason;
enum Wakeup_reasons{WAKEUP_BY_RESET, WAKEUP_BY_IMU, WAKEUP_BY_KEYPAD};
void activityDetection();
void enterSleep();
void init_sleep();
void setup_IMU();
void check_activity();