PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <led.h>
Public Attributes | |
uint8_t | color |
one of led_control_s::COLOR_* More... | |
uint8_t | brightness |
brightness in [0, 255] More... | |
uint8_t LedControlDataSingle::brightness |
brightness in [0, 255]
Definition at line 52 of file led.h.
Referenced by LedController::get_control_data(), RGBLED_PWM::Run(), RGBLED::Run(), and RGBLED_NPC5623C::Run().
uint8_t LedControlDataSingle::color |
one of led_control_s::COLOR_*
Definition at line 51 of file led.h.
Referenced by LedController::get_control_data(), RGBLED_PWM::Run(), RGBLED::Run(), and RGBLED_NPC5623C::Run().