This library lets you control the addressable RGB LED strips from Pololu Robotics & Electronics.

Dependents:   WoYaoChengGOng V2-WoYaoChengGOng STM32_MagneticLight tape_Led_Sample ... more

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.