blob: f051e029052b5711ac13e446a0bfe0592d0789a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# firmware
Firmware for blinkenrocket
Use `make && sudo make program` to flash a blinkenrocket and
`cd utilities; ./modem_transmit string1 string2 string3 ...` to load some patterns.
## Known Bugs / TODOs
* Pattern transfers which are longer than ~16kbit don't work reliably and
may leave the device in a bogus state (requiring a power on reset before
new patterns can be transferred)
|