Skip to content

Commit

Permalink
feat: Add support for Feather M0
Browse files Browse the repository at this point in the history
One belt is an M0 instead of 32u4, because there were not enough
32u4s in stock at the time.
  • Loading branch information
13rac1 committed Nov 1, 2018
1 parent cc30bc5 commit 15e8f3a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
FastLED

[env:adafruit_feather_m0]
platform = atmelsam
board = adafruit_feather_m0
framework = arduino
lib_deps =
Adafruit BluefruitLE nRF51
FastLED

0 comments on commit 15e8f3a

Please sign in to comment.