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

Variables

volatile bool button_flag = false
 
volatile bool time_flag = false
 
volatile bool photoresistor_flag = false
 

Detailed Description

Variable Documentation

volatile bool button_flag = false

flag set when board user button has been pressed/released

Definition at line 50 of file main.c.

volatile bool photoresistor_flag = false

flag set when ambient luminosity is measured

Definition at line 52 of file main.c.

volatile bool time_flag = false

flag set when time changed

Definition at line 51 of file main.c.