index
:
blinkenrocket-firmware
master
Firmware
Blinkenrocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
storage.cc
Age
Commit message (
Expand
)
Author
Lines
2016-03-05
storage: We can save up to 248 patterns -- ignore everything afterwards
Daniel Friesel
-8
/
+33
2016-03-03
add copyright notices
Daniel Friesel
-0
/
+10
2016-02-27
disable animation switcher when storage is empty (closes #1)
Daniel Friesel
-1
/
+0
2016-02-25
Storage::hasData: Also return false when no animations were saved
Daniel Friesel
-1
/
+1
2016-02-24
add pattern transfer test code to blinkenrocket.py, speed up modem/receive
Daniel Friesel
-6
/
+4
2016-02-24
Add END/EOT signal, only write number of animations at EOT
Daniel Friesel
-1
/
+5
2016-02-24
more receive bugfixes
Daniel Friesel
-1
/
+1
2016-02-22
some more comments
Daniel Friesel
-9
/
+23
2016-02-22
quick&dirty animation switcher
Daniel Friesel
-0
/
+1
2016-02-22
Working loadPattern() code is working \o/
Daniel Friesel
-36
/
+68
2016-02-21
add animation load function -- untested, needs I2C debugging first
Daniel Friesel
-2
/
+3
2016-02-21
storage: Add hasData method
Daniel Friesel
-0
/
+8
2016-02-20
Preparations for I2C error checking and handling
Daniel Friesel
-8
/
+20
2016-02-17
more modem receive state machine logic
Daniel Friesel
-4
/
+6
2016-02-16
prepare state machine to receive animation messages
Daniel Friesel
-0
/
+34
2016-01-31
clean up includes
Daniel Friesel
-2
/
+0
2016-01-25
storage.cc: The "file system" stores the page, not the byte offset
Daniel Friesel
-1
/
+1
2016-01-25
refactor I2C class into Storage class. Work-in-progress.
Daniel Friesel
-0
/
+172