CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
Loading...
Searching...
No Matches

◆ instr_LED_ON_OFF_function()

void instr_LED_ON_OFF_function ( void  )

LEDs can be set ON/OFF.

Returns
No Parameters
145
146 LED_remote_control = rx_data[5]; //! This is tested in the while(1): the setting below remains if it is 1
147 LED_remote_control_setting=rx_data[6]; //! This is the setting that remains if the remote control is 1
148
149}
volatile uint8_t rx_data[8]
Received data vector.
Definition: Can.c:318
void instr_LED_ON_OFF_function(void)
LEDs can be set ON/OFF.
Definition: Led.c:144

Definition at line 144 of file Led.c.

References rx_data.

Referenced by Setting_of_the_pointer_for_command_parser().