diff --git a/.vscode/run b/.vscode/run deleted file mode 100755 index e5f05f0..0000000 --- a/.vscode/run +++ /dev/null @@ -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 - diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index f8a04f1..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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 - } - } - ] -} - diff --git a/bin/arduino-cli b/bin/arduino-cli deleted file mode 100755 index e43d830..0000000 Binary files a/bin/arduino-cli and /dev/null differ