FastLED
3.9.15
Loading...
Searching...
No Matches
Audio.ino
Go to the documentation of this file.
1
10
11
/*
12
This demo is best viewed using the FastLED compiler.
13
14
Windows/MacOS binaries: https://github.com/FastLED/FastLED/releases
15
16
Python
17
18
Install: pip install fastled
19
Run: fastled <this sketch directory>
20
This will compile and preview the sketch in the browser, and enable
21
all the UI elements you see below.
22
*/
23
24
// #define SIMPLE_EXAMPLE
25
26
27
#include <
FastLED.h
>
28
29
#if !SKETCH_HAS_LOTS_OF_MEMORY
30
// Platform does not have enough memory
31
void
setup
() {}
32
void
loop
() {}
33
#else
34
#ifdef SIMPLE_EXAMPLE
35
#include "
simple/simple.h
"
36
#else
37
#include "
advanced/advanced.h
"
38
#endif
39
#endif
simple.h
setup
void setup()
Definition
Audio.ino:31
loop
void loop()
Definition
Audio.ino:32
FastLED.h
central include file for FastLED, defines the CFastLED class/object
advanced.h
examples
Audio
Audio.ino
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2