Topic: Python library for CHB
Hello all,
I've been working on a python library for the hacker board. The idea is to gain easy access to many of the programmable registers. So far I've got it up and running with some GPIO pins, and I've also included tested and working (although a little too slow) support for a Nokia 5110 glcd. It certainly has a few bugs, but I've got a beta version up on google codes:
http://code.google.com/p/chumbylib/
It has a long way to go, but I figured I'd share it now in its early stages to get feedback/suggestions.
- I'll give credit here to madox, who got python's mmap worked out with the /dev/mem file:
http://forum.chumby.com/viewtopic.php?id=5993