Add platform.io that builds a file for Arduino uno. Its output exactly matches what Arduino IDE creates.

added newline at end of file

ignoring platformio folders.
pull/929/head
Paul Melnikov 2020-09-22 12:46:16 +07:00
rodzic bfb67f0c79
commit 09d568195b
2 zmienionych plików z 13 dodań i 0 usunięć

4
.gitignore vendored
Wyświetl plik

@ -4,4 +4,8 @@
*.DS_Store
*.d
.pio
.vscode
README.md

9
platformio.ini 100644
Wyświetl plik

@ -0,0 +1,9 @@
[platformio]
src_dir=grbl
[env:uno]
platform=atmelavr
board=uno
framework=arduino
monitor_speed=115200