Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 150 Bytes

File metadata and controls

9 lines (8 loc) · 150 Bytes

compile for AVR

./avr-compile.sh main.c

flash with avrdude

avrdude -v -c stk500 -p m328p -P /dev/ttyACM0 -U flash:w:build/main.hex:i