Initial commit

This commit is contained in:
Cabillot Julien
2018-11-26 00:49:19 +01:00
commit 368127e848
355 changed files with 67999 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef __INC_FASTLED_AVR_H
#define __INC_FASTLED_AVR_H
#include "fastled_delay.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