kiibohd-controller/load

9 lines
126 B
Text
Raw Normal View History

2011-03-13 19:57:22 -07:00
#!/bin/bash
#| Loads the hex file onto the teensy++ 2.0
sudo teensy-loader-cli -mmcu=at90usb1286 -w Build/main.hex
exit 0