Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-03 | add copyright notices | Daniel Friesel | -1/+1 | |
2016-02-26 | Disable hamming state reset logic (contains a -really- stuid bug) | Daniel Friesel | -1/+1 | |
2016-02-24 | working pattern transmissions with 16kHz | Daniel Friesel | -1/+1 | |
2016-02-14 | update modem/fecmodem documentation | Daniel Friesel | -1/+7 | |
2016-02-13 | rename modem.rxWasReset() to more appropriate newTransmission() | Daniel Friesel | -1/+1 | |
2016-02-12 | quick&dirty hamming buffer implementation. | Daniel Friesel | -1/+4 | |
2016-02-05 | add (untested) Hamming forward error correction code and corresponding class | Daniel Friesel | -2/+0 | |
The system now uses a FECModem instance, which inherits the receive methods etc. from Modem. Up next: Make the modem's buffer read methods private and expose them in error-corrected FECModem methods instead | ||||
2016-01-31 | document Modem and System classes | Daniel Friesel | -0/+33 | |
2016-01-20 | excapsulate display and modem state in their respective classes | Daniel Friesel | -1/+6 | |
2016-01-20 | move display and modem code from ISR to class functions | Daniel Friesel | -0/+1 | |
2016-01-15 | turn modem voltage divider off during sleep | Daniel Friesel | -1/+2 | |
needs hw revision >= git commit 71f427bd100963b1aafb545bfca319c50e1c48cd | ||||
2016-01-15 | fix Modem::init (used the wrong DEFINEs in some places), add modem test to main | Daniel Friesel | -1/+4 | |
2016-01-15 | C++-ize modem code (a little bit) | Daniel Friesel | -5/+13 | |
2016-01-15 | move sources to src and build files to build | Daniel Friesel | -0/+24 | |