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)
This commit is contained in:
Jacob Alexander 2011-09-27 21:31:59 -07:00
parent 47a54d654d
commit 1e03ed42aa
10 changed files with 972 additions and 383 deletions

8
sload Executable file
View file

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