rcc 1.0
RCC - RGB LED Color Cube Documentation
Loading...
Searching...
No Matches
LED_Data_t Struct Reference

Represents the data structure for a single LED including color and intensity. More...

#include <led.h>

Data Fields

unsigned char intensity
unsigned char red
unsigned char green
unsigned char blue

Detailed Description

Represents the data structure for a single LED including color and intensity.

This structure bundles intensity and RGB color channels (red, green, blue) for one LED. Intensity is an unsigned char controlling brightness, while colors are 0-255 values.

Field Documentation

◆ blue

unsigned char blue

◆ green

unsigned char green

◆ intensity

unsigned char intensity

◆ red

unsigned char red

The documentation for this struct was generated from the following file: