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
7
void
setup
() {
8
Serial.println(
"setup"
);
9
}
10
void
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
setup
void setup()
Definition
Downscale.ino:7
loop
void loop()
Definition
Downscale.ino:10
FastLED.h
central include file for FastLED, defines the CFastLED class/object
Downscale.h
examples
Downscale
Downscale.ino
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2