FastLED 3.9.15
Loading...
Searching...
No Matches
Downscale.ino
Go to the documentation of this file.
1
2#include <Arduino.h>
3#include <FastLED.h>
4
5
6#if !SKETCH_HAS_LOTS_OF_MEMORY
7// Platform does not have enough memory
8void setup() {}
9void loop() {}
10#else
11
12#include "Downscale.h"
13
14#endif // SKETCH_HAS_LOTS_OF_MEMORY
void setup()
Definition Downscale.ino:8
void loop()
Definition Downscale.ino:9
central include file for FastLED, defines the CFastLED class/object