Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-13 | Storage: document private members | Daniel Friesel | -13/+98 | |
2016-03-13 | storage: shave off one i2c_read() in load, remove now unneeded header storage | Daniel Friesel | -1/+0 | |
2016-03-12 | >255byte pattern support, commit 2/2 | Daniel Friesel | -1/+1 | |
2016-03-12 | preparations for >255byte patterns | Daniel Friesel | -0/+11 | |
the rest of the code (display etc.) isn't well-tested yet and will follow in another commit | ||||
2016-03-08 | minor documentation fixes | Daniel Friesel | -1/+1 | |
2016-03-03 | add copyright notices | Daniel Friesel | -0/+10 | |
2016-02-24 | update storage documentation | Daniel Friesel | -3/+7 | |
2016-02-24 | Add END/EOT signal, only write number of animations at EOT | Daniel Friesel | -0/+2 | |
2016-02-22 | some more comments | Daniel Friesel | -8/+16 | |
2016-02-22 | quick&dirty animation switcher | Daniel Friesel | -0/+2 | |
2016-02-22 | Working loadPattern() code is working \o/ | Daniel Friesel | -4/+5 | |
2016-02-21 | storage: Add hasData method | Daniel Friesel | -0/+7 | |
2016-02-20 | Preparations for I2C error checking and handling | Daniel Friesel | -6/+13 | |
2016-02-18 | system receive state machine: Add START_OR_PATTERN status | Daniel Friesel | -2/+1 | |
Needed so that both continuing the current transaction and sending an entirely new one works | ||||
2016-02-17 | more modem receive state machine logic | Daniel Friesel | -2/+1 | |
2016-02-16 | Storage and a bit of System.receive documentation | Daniel Friesel | -2/+40 | |
2016-02-16 | prepare state machine to receive animation messages | Daniel Friesel | -1/+7 | |
2016-01-31 | clean up includes | Daniel Friesel | -2/+0 | |
2016-01-25 | refactor I2C class into Storage class. Work-in-progress. | Daniel Friesel | -0/+23 | |