FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ avr_tests()

void avr_tests ( )

Definition at line 5 of file avr_test.h.

5 {
6#if FASTLED_USE_PROGMEM != 1
7#error "FASTLED_USE_PROGMEM is not 1 for AVR"
8#endif
9
10#if SKETCH_HAS_LOTS_OF_MEMORY != 0
11#error "SKETCH_HAS_LOTS_OF_MEMORY is not 0 for AVR"
12#endif
13}