TMF Hg
changelog
- Tue, 26 Aug 2008 22:00:24 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 22:00:24 +0100] rev 6
- fix typo in makefile that broke 'make clean'
- Tue, 26 Aug 2008 21:59:54 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 21:59:54 +0100] rev 5
- Added "Conway's Life" demo to LPFK test suite. This is a good test for
cached LED status setting, and a decent base for other LPFK games.
- Tue, 26 Aug 2008 19:14:23 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 19:14:23 +0100] rev 4
- made error codes negative
tweaked lpfk_read to return an error constant instead of a magic number
- Tue, 26 Aug 2008 18:45:45 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 18:45:45 +0100] rev 3
- made lpfk_enable 'val' param const to match header
- Tue, 26 Aug 2008 18:45:10 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 18:45:10 +0100] rev 2
- lpfk_open now calls lpfk_enable.
also made LPFK_CTX the first parameter in all functions (for consistency)
- Tue, 26 Aug 2008 13:18:18 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 13:18:18 +0100] rev 1
- added: Vim folding markers to all functions
added: Cached LED write (TODO: add to test app)
added: LPFK keys no longer active by default
TODO: build Doxyfile for Doxygen documentation generation
- Tue, 26 Aug 2008 12:45:33 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 12:45:33 +0100] rev 0
- initial commit