Adding some convenience scripts used in manufacturing.

This commit is contained in:
Jacob Alexander 2015-02-09 13:15:25 -08:00
parent 7c4e31277c
commit 762e75d875
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
printf "led\r" > /dev/ttyACM0
exit 0