PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
uint8_t | color = 0 |
one of led_control_s::COLOR_* More... | |
uint8_t | mode = led_control_s::MODE_DISABLED |
one of led_control_s::MODE_* More... | |
uint8_t | blink_times_left = 0 |
how many times left to blink (MSB bit is used for infinite case). More... | |
uint8_t LedController::PerPriorityData::blink_times_left = 0 |
how many times left to blink (MSB bit is used for infinite case).
This limits the number of complete blink cycles to 64 (if not infinite)
Definition at line 103 of file led.h.
Referenced by LedController::PerLedData::apply_next_state(), LedController::get_control_data(), LedController::PerLedData::set(), and LedController::update().
uint8_t LedController::PerPriorityData::color = 0 |
one of led_control_s::COLOR_*
Definition at line 101 of file led.h.
Referenced by LedController::PerLedData::apply_next_state(), LedController::get_control_data(), and LedController::PerLedData::set().
uint8_t LedController::PerPriorityData::mode = led_control_s::MODE_DISABLED |
one of led_control_s::MODE_*
Definition at line 102 of file led.h.
Referenced by LedController::PerLedData::apply_next_state(), LedController::get_control_data(), LedController::PerLedData::set(), and LedController::update().