PX4 Firmware
PX4 Autopilot Software http://px4.io
LedControlDataSingle Struct Reference

#include <led.h>

Collaboration diagram for LedControlDataSingle:

Public Attributes

uint8_t color
 one of led_control_s::COLOR_* More...
 
uint8_t brightness
 brightness in [0, 255] More...
 

Detailed Description

Definition at line 50 of file led.h.

Member Data Documentation

◆ brightness

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().

◆ color

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().


The documentation for this struct was generated from the following file: