rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
WS2812_RGB_t Struct Reference

#include <WS2812.h>

Collaboration diagram for WS2812_RGB_t:
Collaboration graph
[legend]

Data Fields

uint8_t red
 
uint8_t green
 
uint8_t blue
 

Detailed Description

Definition at line 10 of file WS2812.h.

Field Documentation

◆ blue

uint8_t WS2812_RGB_t::blue

Definition at line 13 of file WS2812.h.

Referenced by calcBuf().

◆ green

uint8_t WS2812_RGB_t::green

Definition at line 12 of file WS2812.h.

Referenced by calcBuf().

◆ red

uint8_t WS2812_RGB_t::red

Definition at line 11 of file WS2812.h.

Referenced by calcBuf().


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