Remove .vscode and bin dirs
This commit is contained in:
parent
7f1a080b9e
commit
83081faf26
13
.vscode/run
vendored
13
.vscode/run
vendored
@ -1,13 +0,0 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
./bin/arduino-cli compile --fqbn arduino:avr:uno code --libraries ./libs --build-path ./build --clean
|
||||
|
||||
echo "Starting simulation..."
|
||||
|
||||
sleep 1
|
||||
|
||||
xdotool key ctrl+shift+p
|
||||
xdotool type "Wokwi: Start Simulation"
|
||||
xdotool key Return
|
||||
|
||||
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
@ -1,18 +0,0 @@
|
||||
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Run",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/.vscode/run",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
bin/arduino-cli
BIN
bin/arduino-cli
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user