Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/sload
Jacob Alexander 1e03ed42aa 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)
2011-09-27 21:31:59 -07:00

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