kiibohd-controller/load
2011-03-13 19:57:22 -07:00

8 lines
126 B
Bash
Executable file

#!/bin/bash
#| Loads the hex file onto the teensy++ 2.0
sudo teensy-loader-cli -mmcu=at90usb1286 -w Build/main.hex
exit 0