From f58aa69c4bf4cef3f1c8c44867076fbf7e6dc6f3 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Sun, 28 Jan 2024 15:43:02 +0100 Subject: [PATCH] removed unnecessary functions from sleep.h --- Platformio/src/hardware/sleep.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Platformio/src/hardware/sleep.h b/Platformio/src/hardware/sleep.h index e74367d..8f75735 100644 --- a/Platformio/src/hardware/sleep.h +++ b/Platformio/src/hardware/sleep.h @@ -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();