PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #ifndef __INC_FASTLED_AVR_H
- #define __INC_FASTLED_AVR_H
-
- #include "fastpin_avr.h"
- #include "fastspi_avr.h"
- #include "clockless_trinket.h"
-
- // Default to using PROGMEM
- #ifndef FASTLED_USE_PROGMEM
- #define FASTLED_USE_PROGMEM 1
- #endif
-
- #endif
|