Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/load

9 lines
126 B
Plaintext
Raw Normal View History

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