Skip to content

Commit

Permalink
Add arduino.json
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Sep 3, 2017
1 parent ba86b41 commit bbd25f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/arduino.json

build/
7 changes: 7 additions & 0 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"board": "arduino:avr:nano",
"configuration": "cpu=atmega328",
"port": "/dev/cu.wchusbserialfa130",
"sketch": "DigitalSpeedometer/DigitalSpeedometer.ino",
"output": "build"
}

0 comments on commit bbd25f0

Please sign in to comment.