diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2018-03-03 22:35:13 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2018-03-03 22:35:13 -0800 |
| commit | 7b61aacc41ee4f3bf2b5f27aebc67395b14d669e (patch) | |
| tree | 83f3209259529f50fc0755d33e6d6a7bf37f67c9 | |
| parent | 09fc6b732af6fa6a286263c2d7d7f449014bc4d7 (diff) | |
ditto
| -rw-r--r-- | platformio.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..36a0445 --- /dev/null +++ b/platformio.ini @@ -0,0 +1,14 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/page/projectconf.html + +[env:adafruit_feather_m0] +platform = atmelsam +board = adafruit_feather_m0 +framework = arduino |
