MP1 protocol receive implemented

This commit is contained in:
Mark Qvist 2014-04-04 11:17:47 +02:00
parent 6b496c35eb
commit 77ba514d70
6 changed files with 150 additions and 8 deletions

2
flash
View file

@ -1,2 +1,2 @@
#!/bin/bash
avrdude -p m328p -c arduino -P /dev/ttyACM$1 -b 115200 -F -U flash:w:images/Modem.hex
avrdude -p m328p -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/Modem.hex