LED clock
 All Files Functions Variables Macros Groups
Variables
flag set in interrupts to be processed in main task

Variables

volatile bool button_flag = false
 flag set when board user button has been pressed/released
 
volatile bool photoresistor_flag = false
 flag set when ambient luminosity is measured
 
volatile bool rtc_internal_tick_flag = false
 flag set when internal RTC ticked
 

Detailed Description