bindings: python: examples: close chip objects where needed
authorBartosz Golaszewski <bartekgola@gmail.com>
Fri, 27 Jul 2018 11:52:18 +0000 (13:52 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Jul 2018 12:30:46 +0000 (14:30 +0200)
commit1d87088b1e4dfe0801845f5c1ce6c95ac8184ebc
treeb475ddd08120988bb2a262eb33dcbecaf474ccb8
parenta348f634769a1640aa046a8433b13d9676d3deca
bindings: python: examples: close chip objects where needed

Unlike the C++ bindings: we can't expect the python runtime to call
the Chip object's destructor when all references are dropped. We need
to close each chip explicitly. Either call the close() method directly
or use controlled execution in all examples.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/python/examples/gpiodetect.py
bindings/python/examples/gpiofind.py
bindings/python/examples/gpioget.py
bindings/python/examples/gpioinfo.py
bindings/python/examples/gpiomon.py
bindings/python/examples/gpioset.py