FastLED 3.9.15
Loading...
Searching...
No Matches
FireCylinder.ino
Go to the documentation of this file.
1#include "FastLED.h" // Main FastLED library for controlling LEDs
2
3#if !SKETCH_HAS_LOTS_OF_MEMORY
4// Platform does not have enough memory
5void setup() {}
6void loop() {}
7#else
8#include "FireCylinder.h"
9#endif
central include file for FastLED, defines the CFastLED class/object
void setup()
void loop()