FastLED 3.9.15
Loading...
Searching...
No Matches

◆ apollo3_tests()

void apollo3_tests ( )

Definition at line 5 of file apollo3_test.h.

5 {
6#if FASTLED_USE_PROGMEM != 0
7#error "FASTLED_USE_PROGMEM should be 0 for Apollo3"
8#endif
9
10#if SKETCH_HAS_LOTS_OF_MEMORY != 1
11#error "SKETCH_HAS_LOTS_OF_MEMORY should be 1 for Apollo3"
12#endif
13
14#if FASTLED_ALLOW_INTERRUPTS != 1
15#error "FASTLED_ALLOW_INTERRUPTS should be 1 for Apollo3"
16#endif
17
18#ifndef F_CPU
19#error "F_CPU should be defined for Apollo3"
20#endif
21
22// Check that Apollo3-specific features are available
23#ifndef APOLLO3
24#warning "APOLLO3 macro not defined - this may indicate platform detection issues"
25#endif
26}