removed unnecessary functions from sleep.h
This commit is contained in:
parent
cbf1bf9b12
commit
f58aa69c4b
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ extern bool wakeupByIMUEnabled;
|
||||||
extern byte wakeup_reason;
|
extern byte wakeup_reason;
|
||||||
enum Wakeup_reasons{WAKEUP_BY_RESET, WAKEUP_BY_IMU, WAKEUP_BY_KEYPAD};
|
enum Wakeup_reasons{WAKEUP_BY_RESET, WAKEUP_BY_IMU, WAKEUP_BY_KEYPAD};
|
||||||
|
|
||||||
void activityDetection();
|
|
||||||
void enterSleep();
|
|
||||||
|
|
||||||
void init_sleep();
|
void init_sleep();
|
||||||
void setup_IMU();
|
void setup_IMU();
|
||||||
void check_activity();
|
void check_activity();
|
||||||
|
|
Loading…
Add table
Reference in a new issue