Gpio
DPYGPIOTOOL Linux Programmer's Manual DPYGPIOTOOL DESCRIPTION dpygpiotool : Tool used for managing gpios. It is used to configure several parameters of the GPIOs. SYNOPSIS dpygpiotool [-h/ --help] dpygpiotool [-tv / --toolversion] dpygpiotool [-g/ --getgpios] dpygpiotool [-sv/ --setvalue] <gpioid> <value> dpygpiotool [-gs/ --getstatus] <gpioid> dpygpiotool [-sgc/--setgpioconf] <alias> <default_value> <active_low> <edge_type> <publish> <bouncing_time> dpygpiotool [-e/ --newevent] OPTIONS -h / --help : Print help command information. -tv / --toolversion : Print tool version. -g / --getgpios : Returns gpios of the machine and their information and configuration. -sv / --setvalue <gpioid> <value> : Sets value to gpio. -gs / --getstatus <gpioid> : Gets value of the gpio and times the value has been changed. -sgc / --setgpioconf <gpioid> <alias> <default_value> <active_low> <edge_type> <publish> <bouncing_time> : Set configuration of the gpio. -e / --newevent : subscribe to gpios change of status events EXAMPLES dpygpiotool --getgpios dpygpiotool -sv DO2 1 dpygpiotool -gs DI1 dpygpiotool -sgc DO1 "TEST DO1" 0 false RISING 1 1000 dpygpiotool -e FILES JSON Configuration file : /mntSFS/gmvCNF/gpioConfiguration.json BUGS SEE ALSO AUTHORS Deepsy Team