FastLED 3.9.15
Loading...
Searching...
No Matches

◆ addController()

CLEDController * addController ( )

Definition at line 147 of file old.h.

147 {
149 return controller;
150}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
CFastLED FastLED
Global LED strip management instance.
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
Definition FastLED.h:123
CLEDController * controller
Base definition for an LED controller.
#define PIN_CLOCK
Definition curr.h:28
#define PIN_DATA
Definition curr.h:27
@ BGR
Blue, Green, Red (0210)
Definition eorder.h:20

References APA102HD, BGR, controller, FastLED, leds, NUM_LEDS, PIN_CLOCK, and PIN_DATA.

Referenced by setup().

+ Here is the caller graph for this function: