FastLED
3.9.15
Loading...
Searching...
No Matches
apollo3_test.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
FastLED.h
"
4
5
void
apollo3_tests
() {
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
}
FastLED.h
central include file for FastLED, defines the CFastLED class/object
apollo3_tests
void apollo3_tests()
Definition
apollo3_test.h:5
examples
CompileTest
apollo3_test.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2