#include <RCOutputRGBLed.h>
|
| RCOutputRGBLedInverted (uint8_t red_channel, uint8_t green_channel, uint8_t blue_channel) |
|
| RCOutputRGBLed (uint8_t red_channel, uint8_t green_channel, uint8_t blue_channel, uint8_t led_off, uint8_t led_full, uint8_t led_medium, uint8_t led_dim) |
|
| RCOutputRGBLed (uint8_t red_channel, uint8_t green_channel, uint8_t blue_channel) |
|
| RGBLed (uint8_t led_off, uint8_t led_bright, uint8_t led_medium, uint8_t led_dim) |
|
virtual bool | init (void) |
|
virtual bool | healthy () |
|
virtual void | set_rgb (uint8_t red, uint8_t green, uint8_t blue) |
|
virtual void | update () |
|
virtual void | handle_led_control (mavlink_message_t *msg) override |
|
virtual | ~NotifyDevice () |
|
virtual void | handle_play_tune (mavlink_message_t *msg) |
|
Definition at line 24 of file RCOutputRGBLed.h.
◆ RCOutputRGBLedInverted()
RCOutputRGBLedInverted::RCOutputRGBLedInverted |
( |
uint8_t |
red_channel, |
|
|
uint8_t |
green_channel, |
|
|
uint8_t |
blue_channel |
|
) |
| |
|
inline |
◆ get_duty_cycle_for_color()
uint16_t RCOutputRGBLedInverted::get_duty_cycle_for_color |
( |
const uint8_t |
color, |
|
|
const uint16_t |
usec_period |
|
) |
| const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: