FastLED
3.9.15
Loading...
Searching...
No Matches
avr_test.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
FastLED.h
"
4
5
void
avr_tests
() {
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
}
FastLED.h
central include file for FastLED, defines the CFastLED class/object
avr_tests
void avr_tests()
Definition
avr_test.h:5
examples
CompileTest
avr_test.h
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2