This commit is contained in:
Alex
2019-06-15 22:43:47 +03:00
parent 364bd6a759
commit ed2fb0dcc0
155 changed files with 3946 additions and 549 deletions

View File

@@ -0,0 +1,13 @@
#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