summaryrefslogtreecommitdiff
path: root/io/bin/generic_gpio/gpio.conf
AgeCommit message (Collapse)Author
2013-01-16io: generic_gpio - add input observationManuel Traut
inputs needs to be monitored for change. this patch implements input monitoring based on a poll of the sys/class/gpio/gpioX/value file if raising, falling or both edges should be monitored can be configured in the conf file. Signed-off-by: Manuel Traut <manut@mecka.net>
2013-01-15improve gpio.conf config formatManuel Traut
make it easier for humans to read and bette parseable Signed-off-by: Manuel Traut <manut@mecka.net>
2013-01-15generic_gpio: make it really genericManuel Traut
use libgpio for gpio access use config file for selecting and configuring gpios Signed-off-by: Manuel Traut <manut@mecka.net>