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

fastled_avrmega.h « avrmega « platforms - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d4dcafbcd6b3fb6b1f537dfeab88211ff52218d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __INC_FASTLED_AVRMEGA_H
#define __INC_FASTLED_AVRMEGA_H

#include "fastpin_avrmega.h"
// #include "fastspi_avrmega.h"
// #include "../avr/clockless_trinket.h"

// Default to using PROGMEM
#ifndef FASTLED_USE_PROGMEM
#define FASTLED_USE_PROGMEM 1
#endif

#endif