Skip to content

Commit

Permalink
Add platform.io that builds a file for Arduino uno. Its output exactl…
Browse files Browse the repository at this point in the history
…y matches what Arduino IDE creates.

added newline at end of file

ignoring platformio folders.
  • Loading branch information
positron96 committed May 31, 2021
1 parent bfb67f0 commit 09d5681
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
*.DS_Store
*.d

.pio
.vscode

README.md

9 changes: 9 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[platformio]
src_dir=grbl

[env:uno]
platform=atmelavr
board=uno
framework=arduino

monitor_speed=115200

0 comments on commit 09d5681

Please sign in to comment.