summaryrefslogtreecommitdiff
path: root/io/lib
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-14add direction attribute to IOsManuel Traut
is quiet useful to get an idea via IDL if it's an input or output Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-08libdistrio_io: implement digital triggersManuel Traut
- also added error codes to non-implemented functions Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-08libdistrio_io: implement some generic functionsManuel Traut
like get/set id/name for analog and digital io Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-07cleanup project structureManuel Traut
move some subprojects fixup makefiles Signed-off-by: Manuel Traut <manut@mecka.net>