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

fastled_arm_kl26.h « kl26 « arm « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a93caa5738326c45604ab8ae045cb01fc41154b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __INC_FASTLED_ARM_KL26_H
#define __INC_FASTLED_ARM_KL26_H

// Include the k20 headers
#include "fastled_delay.h"
#include "fastpin_arm_kl26.h"
#include "fastspi_arm_kl26.h"
#include "clockless_arm_kl26.h"

#endif