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