Forked PololuLedStrip and modified it to work with the KL25Z. Renamed it to Adafruit_NeoPixel.
Dependents: idd_hw3 idd_fa15_hw3_lauren_bill_tomas idd_fa15_hw3_lauren_bill_tomas Raiden ... more
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 12 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 16 of file PololuLedStrip.h.
| uint8_t green |
A number between 0 and 255 that represents the brightness of the green component.
Definition at line 15 of file PololuLedStrip.h.
| uint8_t red |
A number between 0 and 255 that represents the brightness of the red component.
Definition at line 14 of file PololuLedStrip.h.
Generated on Wed Jul 13 2022 01:18:34 by
1.7.2
