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