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-21 21:16:06 +0300
committerGitHub <noreply@github.com>2020-01-21 21:16:06 +0300
commitbd1498222717545a7b1dede95ce62263ba00e6d8 (patch)
treed9686b14e568be4419650fc097eae1df78a248ab
parentcb860e3496f94ec193459dccc13c7d60d07ae195 (diff)
parent9935457511dd2f1b8fa456c91807133b4ef5caaa (diff)
Merge pull request #956 from anoadragon453/anoa/mkr_wifi_1010
Add platform pin mappings for Arduino MKR WiFi 1010
-rw-r--r--platforms/arm/d21/fastpin_arm_d21.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/arm/d21/fastpin_arm_d21.h b/platforms/arm/d21/fastpin_arm_d21.h
index 3974a741..fac01858 100644
--- a/platforms/arm/d21/fastpin_arm_d21.h
+++ b/platforms/arm/d21/fastpin_arm_d21.h
@@ -154,7 +154,7 @@ _FL_DEFPIN( 20, 8, 0); _FL_DEFPIN( 21, 9, 0); _FL_DEFPIN( 22, 10, 0); _FL_DEFP
#define HAS_HARDWARE_PIN_SUPPORT 1
-#elif defined(ARDUINO_SAMD_MKR1000)
+#elif defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRWIFI1010)
#define MAX_PIN 22
_FL_DEFPIN( 0, 22, 0); _FL_DEFPIN( 1, 23, 0); _FL_DEFPIN( 2, 10, 0); _FL_DEFPIN( 3, 11, 0);