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

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-01-20 23:40:39 +0300
committerGitHub <noreply@github.com>2020-01-20 23:40:39 +0300
commit8b6af4c56d9518a3e57ea51936cb6bf3bf579f74 (patch)
treecb2ee216048ab081f6db134dd042187837d69615
parent63240c522bdd50515c5aa6a87b8fbd16b2c08c1e (diff)
parent1b32d0316ad790fdd178bca02f1af71c0ce15ef8 (diff)
Merge pull request #922 from KurtE/Teensy_T4_WS2812Serial
Support WS2812Serial Library on Teensy T4
-rw-r--r--platforms/arm/mxrt1062/fastled_arm_mxrt1062.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h b/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
index 0814c7fa..5098af33 100644
--- a/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
+++ b/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
@@ -3,6 +3,9 @@
#include "fastpin_arm_mxrt1062.h"
#include "fastspi_arm_mxrt1062.h"
+#include "../k20/octows2811_controller.h"
+#include "../k20/ws2812serial_controller.h"
+#include "../k20/smartmatrix_t3.h"
#include "clockless_arm_mxrt1062.h"
#include "block_clockless_arm_mxrt1062.h"