Remove .vscode and bin dirs

This commit is contained in:
Rafa 2025-05-14 22:51:23 +01:00
parent 7f1a080b9e
commit 83081faf26
3 changed files with 0 additions and 31 deletions

13
.vscode/run vendored
View File

@ -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
View File

@ -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
}
}
]
}

Binary file not shown.