Initial commit

This commit is contained in:
William Chang
2019-04-20 12:09:47 -07:00
parent d3268280ef
commit 156fd4e969
4 changed files with 121 additions and 0 deletions
@@ -0,0 +1,8 @@
# dfu-programmer atmega32u4 erase --force
# dfu-programmer atmega32u4 flash /path/to/firmware.hex
# dfu-programmer atmega32u4 reset
make dz60:billiams
dfu-programmer atmega32u4 erase --force && \
dfu-programmer atmega32u4 flash .build/dz60_billiams.hex && \
dfu-programmer atmega32u4 reset