Update pyramid:

- Cache status of LEDs and only send on update, reduces communication
- Add prototypes for all and Doxygen comments to internal functions
- remove unused read_ACK()
This commit is contained in:
mmdolze
2011-02-10 22:53:15 +00:00
parent 565a861d91
commit 2b925d21d6
3 changed files with 115 additions and 111 deletions
+1
View File
@@ -18,6 +18,7 @@ v.0.5dev (ongoing development)
* lcdproc: Make the iface screen more readable on 2x16 displays
* All drivers: sync functions with prototypes
* Port remaining drivers to 0.5 API (glk, lcdm001, stv5730)
* Pyramid: Only send LED state changes, doxygen-ize
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)