FastLED 3.9.15
Loading...
Searching...
No Matches
fl::LEDError Struct Reference

Detailed Description

LED error information for a single run.

Definition at line 59 of file AutoResearchTest.h.

#include <AutoResearchTest.h>

Public Member Functions

 LEDError (int idx, uint8_t exp_r, uint8_t exp_g, uint8_t exp_b, uint8_t act_r, uint8_t act_g, uint8_t act_b)
 

Public Attributes

uint8_t actual_b
 Actual B value.
 
uint8_t actual_g
 Actual G value.
 
uint8_t actual_r
 Actual R value.
 
uint8_t expected_b
 Expected B value.
 
uint8_t expected_g
 Expected G value.
 
uint8_t expected_r
 Expected R value.
 
int led_index
 LED index where error occurred.
 

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