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:
parent
47a54d654d
commit
1e03ed42aa
10 changed files with 972 additions and 383 deletions
8
sload
Executable file
8
sload
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue