Benenne Shell-Skript um

This commit is contained in:
2025-05-31 16:45:54 +02:00
parent 6ddcf70b8f
commit 4f24ab5fd6

5
build_and_flash Executable file
View 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