STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
main.h File Reference

This file contains the application-related definitions. More...

#include "stm32l4xx_hal.h"

Go to the source code of this file.

Macros

#define IDLE_TIME_BEFORE_SLEEP   1000U
 

Detailed Description

This file contains the application-related definitions.

STM32 RTC Scheduler

Author
Akos Pasztor
See also
Please refer to README for detailed information.

Definition in file main.h.

Macro Definition Documentation

◆ IDLE_TIME_BEFORE_SLEEP

#define IDLE_TIME_BEFORE_SLEEP   1000U

Minimum expected idle time required before entering sleep mode in [ms]

Definition at line 26 of file main.h.