Prusa MINI Firmware overview
|
#include <leds.h>
Public Member Functions | |
LEDColor () | |
LEDColor (uint8_t r, uint8_t g, uint8_t b) | |
LEDColor (const uint8_t(&rgbw)[4]) | |
LEDColor & | operator= (const uint8_t(&rgbw)[4]) |
LEDColor & | operator= (const LEDColor &right) |
bool | operator== (const LEDColor &right) |
bool | operator!= (const LEDColor &right) |
bool | is_off () const |
Public Attributes | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
LEDcolor type for use with leds.set_color
LEDColor::LEDColor | ( | ) |
bool LEDColor::is_off | ( | ) | const |
uint8_t LEDColor::r |
uint8_t LEDColor::g |
uint8_t LEDColor::b |