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 David Grayson

Embed: (wiki syntax)

« Back to documentation index

rgb_color Struct Reference

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.