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:
authorKees Bakker <kees@sodaq.com>2016-10-14 22:29:21 +0300
committerKees Bakker <kees@sodaq.com>2016-10-14 22:29:21 +0300
commitad0c42ed52cb63b381932ce52c3e216efad9bc1a (patch)
tree84dad6e19682d51a9c6c96cd642202c989ec6a96 /platforms.h
parent32bae8efb3d2d22f1bb336ae15977cfb5f5ead10 (diff)
Add support for SODAQ Autonomo (SAMD21J18A)
The SODAQ Autonomo compatible with Arduino Zero, but with different pin assignments, and slightly different SAMD.
Diffstat (limited to 'platforms.h')
-rw-r--r--platforms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms.h b/platforms.h
index 287ebb8a..25f19070 100644
--- a/platforms.h
+++ b/platforms.h
@@ -18,7 +18,7 @@
#include "platforms/arm/sam/fastled_arm_sam.h"
#elif defined(STM32F10X_MD)
#include "platforms/arm/stm32/fastled_arm_stm32.h"
-#elif defined(__SAMD21G18A__) || defined(__SAMD21E17A__)
+#elif defined(__SAMD21G18A__) || defined(__SAMD21J18A__) || defined(__SAMD21E17A__)
#include "platforms/arm/d21/fastled_arm_d21.h"
#elif defined(ESP8266)
#include "platforms/esp/8266/fastled_esp8266.h"