Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |
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 |
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 |