Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-04 | Modem: Reset hamming state when (re)enabling the modem | Daniel Friesel | -0/+6 | |
2016-03-03 | add copyright notices | Daniel Friesel | -0/+10 | |
2016-02-26 | Disable hamming state reset logic (contains a -really- stuid bug) | Daniel Friesel | -2/+3 | |
2016-02-13 | rename modem.rxWasReset() to more appropriate newTransmission() | Daniel Friesel | -1/+1 | |
2016-02-12 | quick&dirty hamming buffer implementation. | Daniel Friesel | -0/+28 | |
2016-02-12 | FECModem: set byte to 0 (frownie symbol) if it contained an uncorrectable error | Daniel Friesel | -6/+8 | |
2016-02-05 | add (untested) Hamming forward error correction code and corresponding class | Daniel Friesel | -0/+49 | |
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 |