bindings: cxx: examples: fix potential glitch in gpiosetcxx
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Jun 2023 14:53:51 +0000 (16:53 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 13 Jun 2023 09:50:16 +0000 (11:50 +0200)
commit9a80247cf4a70c837055271c978afda7ef107338
tree47bd347a482d02d8abd44b2ebc1cc82b687e6b8a
parent835f08ac6cc86a0db4c718f3065fcbf280447616
bindings: cxx: examples: fix potential glitch in gpiosetcxx

gpiosetcxx requests lines without setting their output value, and so
sets them all inactive, and subsequently sets them to their requested
value. This can result in glitches on lines which were active and
are set active.

As this is example code, it is also important to demonstrate that the
output value can be set by the request itself.

Request the lines with the correct output values set in the request
itself.

Suggested-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
bindings/cxx/examples/gpiosetcxx.cpp