summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-24I2C proof of concept: works!Daniel Friesel-1/+86
2016-01-22Fix string receive (set trailing null byte in setString)Daniel Friesel-1/+3
2016-01-22display: rename *scroll* to *update* (would be confusing for animations other...Daniel Friesel-10/+10
2016-01-22display: Don't run (rather slow) scroll code in ISRDaniel Friesel-4/+24
2016-01-22make display buffer private, add separate modem receive bufferDaniel Friesel-19/+16
2016-01-22Merge branch 'master' of github.com:blinkenrocket/firmwareSebastian Muszytowski-55/+89
2016-01-22Add the Hamming submodule for EEC capabilities in the modem. Keep it a submod...Sebastian Muszytowski-0/+0
2016-01-20display: add variable for scroll delayDaniel Friesel-1/+3
2016-01-20reset display after receiving dataDaniel Friesel-0/+10
2016-01-20excapsulate display and modem state in their respective classesDaniel Friesel-20/+32
2016-01-20move display and modem code from ISR to class functionsDaniel Friesel-35/+45
2016-01-19support scrolling arbitrary strings.Daniel Friesel-64/+49
2016-01-16display: rename turn_on/off to enable/disable, move setup code from main to e...Daniel Friesel-18/+17
2016-01-16main: adjust font include pathDaniel Friesel-1/+1
2016-01-15removed old fontSebastian Muszytowski-392/+128
2016-01-15turn modem voltage divider off during sleepDaniel Friesel-8/+30
2016-01-15more testfooDaniel Friesel-1/+4
2016-01-15fix Modem::init (used the wrong DEFINEs in some places), add modem test to mainDaniel Friesel-13/+12
2016-01-15move display and system into separate filesDaniel Friesel-133/+172
2016-01-15C++-ize modem code (a little bit)Daniel Friesel-13/+27
2016-01-15move sources to src and build files to buildDaniel Friesel-0/+866