STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
main.h
Go to the documentation of this file.
1 
14 #ifndef MAIN_H
15 #define MAIN_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /* Includes ------------------------------------------------------------------*/
22 #include "stm32l4xx_hal.h"
23 
24 /* Defines -------------------------------------------------------------------*/
26 #define IDLE_TIME_BEFORE_SLEEP 1000U
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /* MAIN_H */