Updating for the latest pinout
This commit is contained in:
parent
5df37266a2
commit
7b842daa93
2 changed files with 174 additions and 90 deletions
8
load
Executable file
8
load
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue