3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/usr/bin/zsh
|
|
DEVICE=/dev/ttyACM0
|
|
sudo avrdude -p m328p -c arduino -P $DEVICE -U flash:w:main.hex
|