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