Tiny-WS2812
1.0.0
A tiny cross-platform WS2812 LED Strip driver
|
Data structure to hold RGB color values. More...
#include <ws2812_common.h>
Public Attributes | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
Data structure to hold RGB color values.
The RGB struct holds the red, green and blue values to define colors. It is used by the ws2812_tx() function to set the color of one or more WS2812 LEDs.
Definition at line 67 of file ws2812_common.h.