Erstelle Build und Flash Skript

This commit is contained in:
2025-05-31 13:48:53 +02:00
parent 24235e2be1
commit 7f3d03d3e2

8
build_and_burn Executable file
View 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