]> www.fi.muni.cz Git - tinyboard.git/commit
binary patterns
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sat, 11 May 2013 22:56:05 +0000 (00:56 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sat, 11 May 2013 22:56:05 +0000 (00:56 +0200)
commitd09c1dcb07782f32226fc5ab591dc2a40e8bb3fe
tree47e7e2a94479ee90d64ba524fdb25bb5a8522f4e
parent8c9c17177c6154e8aebd03753039e0f5b2e597e5
binary patterns

We use on/off for patterns, so I have rewritten the pattern handling,
removing the pattern_t type altogether, and changed it to use
binary strings of data instead. This uses less RAM for pattern definitions.

I have also changed blink_pattern to include morse code text
(generated by morse.pl), with kids' names.
projects/step-up/control.c
projects/step-up/lights.h
projects/step-up/pattern.c