view sload @ 17:85bc68be98df

Code re-factor now compiles. - Added better string handling and canned messages - Added LED error function - Moved code around - Prepared the matrix code for multiple styles of scanning (changed at compile time)
author Jacob Alexander <triplehaata@gmail.com>
date Tue, 27 Sep 2011 21:31:59 -0700
parents
children
line wrap: on
line source

#!/bin/bash

#| Loads the hex file onto the teensy 2.0

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

exit 0