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
8
void
setup
() {}
9
void
loop
() {}
10
#else
11
12
#include "
Downscale.h
"
13
14
#endif
// SKETCH_HAS_LOTS_OF_MEMORY
setup
void setup()
Definition
Downscale.ino:8
loop
void loop()
Definition
Downscale.ino:9
FastLED.h
central include file for FastLED, defines the CFastLED class/object
Downscale.h
examples
Downscale
Downscale.ino
Generated on Mon Jun 16 2025 06:27:48 for FastLED by
1.13.2