This library lets you control the addressable RGB LED strips from Pololu Robotics. Forked to add selectable colour order (Support RGB or GRB Leds)
Fork of PololuLedStrip by
rgb_color Struct Reference
Represents an RGB color. More...
#include <PololuLedStrip.h>
Data Fields | |
| uint8_t | red |
| uint8_t | green |
| uint8_t | blue |
Detailed Description
Represents an RGB color.
Definition at line 21 of file PololuLedStrip.h.
Field Documentation
| uint8_t blue |
A number between 0 and 255 that represents the brightness of the blue component.
Definition at line 25 of file PololuLedStrip.h.
| uint8_t green |
A number between 0 and 255 that represents the brightness of the green component.
Definition at line 24 of file PololuLedStrip.h.
| uint8_t red |
A number between 0 and 255 that represents the brightness of the red component.
Definition at line 23 of file PololuLedStrip.h.
Generated on Sat Aug 13 2022 02:11:54 by
1.7.2
