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#if !SKETCH_HAS_LOTS_OF_MEMORY
6// Platform does not have enough memory
7void setup() {
8 Serial.println("setup");
9}
10void loop() {
11 Serial.println("Downscale disabled");
12 delay(1000);
13}
14#else
15
16#include "Downscale.h"
17
18#endif // SKETCH_HAS_LOTS_OF_MEMORY
void setup()
Definition Downscale.ino:7
void loop()
Definition Downscale.ino:10
central include file for FastLED, defines the CFastLED class/object