FastLED 3.9.15
Loading...
Searching...
No Matches
esp_8266_test.h
Go to the documentation of this file.
1#pragma once
2
3#include "FastLED.h"
4
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}
central include file for FastLED, defines the CFastLED class/object
void esp_8266_tests()