Updating for the latest pinout

This commit is contained in:
Jacob Alexander 2011-03-13 19:57:22 -07:00
parent 5df37266a2
commit 7b842daa93
2 changed files with 174 additions and 90 deletions

8
load Executable file
View file

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