CuVoodoo STM32F1 firmware template
Variables
flag set in interrupts to be processed in main loop

Variables

volatile bool rtc_tick_flag = false
 flag set when RTC ticked
 
volatile bool frame_flag = false
 flag set when a frame has passed
 
volatile bool keep_alive_flag = false
 flag to restart shutdown counter on power switch activity
 
volatile bool clap_flag = false
 flag set on clap
 

Detailed Description