Add Arduino Micro and Arduino Uno

This commit is contained in:
Jeremy Soller
2019-09-29 21:20:03 -06:00
parent abd457ba73
commit e3aa21cae4
11 changed files with 96 additions and 3 deletions

View File

@ -0,0 +1,9 @@
EC=atmega328p
PORT=$(wildcard /dev/ttyACM*)
console:
sudo tio -b 9600 $(PORT)
flash: $(BUILD)/ec.ihx
sudo avrdude -v -v -p $(EC) -c arduino -P $(PORT) -b 115200 -D -U flash:w:$<:i