17extern volatile uint16_t LED_rosso_tempo;
21extern volatile uint16_t LED_verde_tempo ;
23extern volatile uint8_t prolungamento;
24extern volatile uint8_t acceso;
25extern volatile bool LED_remote_control;
26extern volatile uint8_t LED_remote_control_setting;
void LED_remote_ON_OFF(void)
LEDs can be set ON/OFF from remote.
void LED_accendi_spegni(uint8_t LED, uint8_t accendi_1_spegni_0)
This function turns ON or OFF any of the selcted LED.
volatile uint8_t LED_rosso_attivo
void LED_VERDE_lampeggio(void)
This function toggles the green LED and it is launched by SysTick_Handler() every time LED_verde_temp...
volatile uint16_t LED_verde_fondo_scala
void instr_LED_ON_OFF_function(void)
LEDs can be set ON/OFF.
volatile uint16_t LED_rosso_fondo_scala
volatile uint8_t LED_verde_attivo
void LED_RED_lampeggio(void)
This function toggles the Red LED and it is launched by SysTick_Handler() every time LED_rosso_tempo ...