This functionality can be achieved with a shell oneliner, for example:
gpiomon --line-buffered --format="%o %e" 0 0 | while read line; \
do cut -d" " -f2; done
There's no need to add this to the program. It would make the code
much more complicated without any real benefit.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
In this case however the goal is to have as few dependencies as possible. This
is because for some small systems dbus is overkill. Since we won't be using any
standardized protocol, it will take much more effort to implement it correctly.
-
-----------
-
-* extend gpiomon with an option to run external processes on line events