Loading...
Searching...
No Matches
Go to the documentation of this file.
6#if FASTLED_USE_PROGMEM != 1
7#error "FASTLED_USE_PROGMEM should be 1 for AVR"
10#if SKETCH_HAS_LARGE_MEMORY != 0
11#error "SKETCH_HAS_LARGE_MEMORY should be 0 for AVR"
14#if SKETCH_HAS_HUGE_MEMORY != 0
15#error "SKETCH_HAS_HUGE_MEMORY should be 0 for AVR"
18#if FASTLED_ALLOW_INTERRUPTS != 0
19#error "FASTLED_ALLOW_INTERRUPTS should be 0 for AVR (default)"
23#error "FASTLED_AVR should be defined for AVR platforms"
27#error "F_CPU should be defined for AVR platforms"
31#if F_CPU < 1000000 || F_CPU > 32000000
32#warning "AVR F_CPU seems unusual - check if this is expected"
37#warning "ARDUINO macro not defined - may not be in Arduino environment"
42#warning "AVR assembly optimizations may not be enabled"
47#error "DEFAULT macro should be defined after including FastLED.h on AVR"