Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fastled_avr.h « avr « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5b5ee58717df1fb2b2dd6b9c543a6257bf4d015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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