Dear,
RPi has got GPIO pins and there is package for python that can make use of it:
https://pypi.python.org/pypi/RPi.GPIO
Unfortunatelly it is not available for OpenWRT on RPi and I am too lame to deal with it by myself.
When I try to install it using pip or python install I receive:
unable to execute 'ccache_cc': No such file or directory
error: command 'ccache_cc' failed with exit status 1
It is the last step to install rpi.gpio on openwrt.
Can someone tell me what to do with error or can someone prepare for ipk package for me?
I need this because I would like to connect LCD HD44780 to RPi using GPIO pins. Then I would like to display information using python script as lcdproc and lcdd cannot be use within openwrt.
Best regards!