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

github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Библиотеки/FastLED-master/platforms/arm/kl26/fastled_arm_kl26.h')
-rw-r--r--Библиотеки/FastLED-master/platforms/arm/kl26/fastled_arm_kl26.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Библиотеки/FastLED-master/platforms/arm/kl26/fastled_arm_kl26.h b/Библиотеки/FastLED-master/platforms/arm/kl26/fastled_arm_kl26.h
new file mode 100644
index 0000000..9a93caa
--- /dev/null
+++ b/Библиотеки/FastLED-master/platforms/arm/kl26/fastled_arm_kl26.h
@@ -0,0 +1,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