Benenne Shell-Skript um
This commit is contained in:
5
build_and_flash
Executable file
5
build_and_flash
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Build & Flash
|
||||||
|
avra main.asm && avrdude -p m328p -c arduino -b 115200 -P /dev/tty.usbserial-A50285BI -U flash:w:main.hex
|
||||||
|
|
||||||
Reference in New Issue
Block a user