FastLED
3.9.15
Loading...
Searching...
No Matches
defs.h
Go to the documentation of this file.
1
#pragma once
2
3
// if attiny85 or attiny88, use less leds so this example can compile.
4
#if defined(__AVR_ATtiny85__) || defined(__AVR_ATtiny88__)
5
#define HAS_ENOUGH_MEMORY 0
6
#else
7
#define HAS_ENOUGH_MEMORY 1
8
#endif
examples
FxDemoReel100
defs.h
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2