|
PixelKey
NeoPixel USB Key
|
Individual data block for a NeoPixel: 24-bit color green-red-blue sent MSb first. More...
#include <neopixel.h>
Data Fields | |
| union { | |
| struct st_gbr { | |
| uint8_t green | |
| Green channel. | |
| uint8_t red | |
| Red channel. | |
| uint8_t blue | |
| Blue channel. | |
| } gbr | |
| uint8_t array [3] | |
| Access channels as a flat array. | |
| }; | |
Individual data block for a NeoPixel: 24-bit color green-red-blue sent MSb first.