1e03ed42aa
- 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)
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#| Loads the hex file onto the teensy 2.0
|
|
|
|
sudo teensy-loader-cli -mmcu=atmega32u4 -w Build/main.hex
|
|
|
|
exit 0
|
|
|