Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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/+10 |
2016-02-05 | add (untested) Hamming forward error correction code and corresponding class | Daniel Friesel | -2/+3 |
2016-01-20 | excapsulate display and modem state in their respective classes | Daniel Friesel | -10/+6 |
2016-01-20 | move display and modem code from ISR to class functions | Daniel Friesel | -23/+27 |
2016-01-15 | turn modem voltage divider off during sleep | Daniel Friesel | -2/+12 |
2016-01-15 | fix Modem::init (used the wrong DEFINEs in some places), add modem test to main | Daniel Friesel | -4/+6 |
2016-01-15 | C++-ize modem code (a little bit) | Daniel Friesel | -0/+94 |