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:
authorDaniel Garcia <danielgarcia@gmail.com>2015-03-15 01:16:58 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-03-15 01:16:58 +0300
commitc7fde37960be8f041a3b2ff4ad130adf00aecb2f (patch)
treeabf47fac009ece0e411854466d176f3ee077a9a3 /platforms.h
parente18ed4c72fd83e84fc95fb45d3a8ee83e11dad98 (diff)
Adding d21 support for the Arduino Zero. Adding fastpin support for the d21.
Diffstat (limited to 'platforms.h')
-rw-r--r--platforms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platforms.h b/platforms.h
index d21853da..112fa7d6 100644
--- a/platforms.h
+++ b/platforms.h
@@ -16,6 +16,8 @@
#include "platforms/arm/sam/fastled_arm_sam.h"
#elif defined(STM32F10X_MD)
#include "platforms/arm/stm32/fastled_arm_stm32.h"
+#elif defined(__SAMD21G18A__)
+#include "platforms/arm/d21/fastled_arm_d21.h"
#else
// AVR platforms
#include "platforms/avr/fastled_avr.h"