diff options
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini new file mode 100644 index 00000000..13036b9d --- /dev/null +++ b/hid/platformio.ini @@ -0,0 +1,19 @@ +; 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:micro] +platform = atmelavr +board = micro +framework = arduino +upload_port = /dev/ttyACM0 +monitor_speed = 115200 + +lib_deps = |