This commit is contained in:
2020-01-28 10:38:22 -08:00
parent f4c23b7573
commit 0189d519c6
4 changed files with 95 additions and 32 deletions

5
make.sh Executable file
View File

@@ -0,0 +1,5 @@
make -f Makefile.mk ROLE=0; avrdude -v -patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D -Uflash:w:main.hex:i
make -f Makefile.mk ROLE=1; avrdude -v -patmega328p -carduino -P/dev/ttyUSB1 -b57600 -D -Uflash:w:main.hex:i