From 15e8f3aeba9a90b54a45a6db9813f0003ab9b2da Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Thu, 1 Nov 2018 12:39:15 -0700 Subject: [PATCH] feat: Add support for Feather M0 One belt is an M0 instead of 32u4, because there were not enough 32u4s in stock at the time. --- platformio.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8e3c1c4..30f84c4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,10 +8,21 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html +[platformio] +env_default = feather32u4 + [env:feather32u4] platform = atmelavr board = feather32u4 framework = arduino lib_deps = Adafruit BluefruitLE nRF51 - FastLED \ No newline at end of file + FastLED + +[env:adafruit_feather_m0] +platform = atmelsam +board = adafruit_feather_m0 +framework = arduino +lib_deps = + Adafruit BluefruitLE nRF51 + FastLED