PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
neopixel_data_t Struct Reference

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.
 
}; 
 

Detailed Description

Individual data block for a NeoPixel: 24-bit color green-red-blue sent MSb first.


The documentation for this struct was generated from the following file: