mirror of
https://github.com/AlexGyver/GyverLamp.git
synced 2025-08-08 08:51:00 +03:00
add
This commit is contained in:
13
libraries/FastLED-3.2.9/platforms/avr/fastled_avr.h
Normal file
13
libraries/FastLED-3.2.9/platforms/avr/fastled_avr.h
Normal 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
|
Reference in New Issue
Block a user