14 lines
247 B
Plaintext
Executable File
14 lines
247 B
Plaintext
Executable File
|
|
#!/bin/bash
|
|
|
|
./bin/arduino-cli compile --fqbn arduino:avr:uno code --libraries ./libraries/ --build-path ./build --clean
|
|
|
|
echo "Starting simulation..."
|
|
|
|
sleep 1
|
|
|
|
xdotool key ctrl+shift+p
|
|
xdotool type "Wokwi: Start Simulation"
|
|
xdotool key Return
|
|
|