bindings: python: examples: consistency cleanup
authorKent Gibson <warthog618@gmail.com>
Fri, 23 Jun 2023 04:38:58 +0000 (12:38 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 23 Jun 2023 18:56:42 +0000 (20:56 +0200)
commit36a2127e581f57e10b801c1098d863d59a4381d5
tree545082cd3fd315a982bda14b1a507cd8b0599ae4
parent1bdb874a2d3c31faa3b8dcb5c4a3b0ca2ce81742
bindings: python: examples: consistency cleanup

A collection of minor changes to be more consistent with other examples:
 - capitalize comments
 - add line offset to value outputs
 - drop comma from edge event outputs
 - improve behaviour if run on a platform that does not match the
   example configuration
 - use with to cleanup request in toggle_line_value.py

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/examples/async_watch_line_value.py
bindings/python/examples/get_line_value.py
bindings/python/examples/toggle_line_value.py
bindings/python/examples/watch_line_value.py