diff options
author | Devaev Maxim <[email protected]> | 2018-07-11 00:06:56 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-11 00:06:56 +0000 |
commit | 008b9ca2f2d7daf96e975635ddd4c38c35bb4bdb (patch) | |
tree | 5f8c9b8921efb1258922c468c5d1bfc3c2bfc9c1 /hid/platformio.ini | |
parent | db56bf90db213f994dc3c433638dc497ead94096 (diff) |
arduino-based hid
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini new file mode 100644 index 00000000..d56457fc --- /dev/null +++ b/hid/platformio.ini @@ -0,0 +1,16 @@ +; 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_baud = 115200 |