The gpiowatcher utility is quite useful, but for testing purposes it would be neat to also have gpioset/get utilities that just query individual GPIO ports.
I would also appreciate a gpio command that takes names (and pins) and lets us read or toggle them. It seems that we have this in a table in the code for gpiowatcher, so it should be a simple matter of programming.
The
gpiowatcher
utility is quite useful, but for testing purposes it would be neat to also havegpioset/get
utilities that just query individual GPIO ports.