view load @ 5:a8be29294c26

Updating for the latest pinout
author Jacob Alexander <triplehaata@gmail.com>
date Sun, 13 Mar 2011 19:57:22 -0700
parents
children
line wrap: on
line source

#!/bin/bash

#| Loads the hex file onto the teensy++ 2.0

sudo teensy-loader-cli -mmcu=at90usb1286 -w Build/main.hex

exit 0