|
rcc 1.0
RCC - RGB LED Color Cube Documentation
|
Represents the data structure for a single LED including color and intensity. More...
#include <led.h>
Data Fields | |
| unsigned char | intensity |
| unsigned char | red |
| unsigned char | green |
| unsigned char | blue |
Represents the data structure for a single LED including color and intensity.
This structure bundles intensity and RGB color channels (red, green, blue) for one LED. Intensity is an unsigned char controlling brightness, while colors are 0-255 values.
| unsigned char blue |
| unsigned char green |
| unsigned char intensity |
| unsigned char red |