bindings: python: examples: replace tools examples with use case examples
authorKent Gibson <warthog618@gmail.com>
Mon, 26 Jun 2023 08:34:02 +0000 (16:34 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 26 Jun 2023 10:09:10 +0000 (12:09 +0200)
commit96c52d3e595be1ef0c247d53882abf8052d1a752
tree7d2140a65317fe4db3bb51d4359672d42c33d3fa
parent46ecbe0f1588ad505ffdbc5441fc8d9b6300049b
bindings: python: examples: replace tools examples with use case examples

Replace tool examples with use case examples drawn from the tools.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
20 files changed:
bindings/python/examples/Makefile.am
bindings/python/examples/async_watch_line_value.py
bindings/python/examples/find_line_by_name.py [new file with mode: 0755]
bindings/python/examples/get_chip_info.py [new file with mode: 0755]
bindings/python/examples/get_line_info.py [new file with mode: 0755]
bindings/python/examples/get_multiple_line_values.py [new file with mode: 0755]
bindings/python/examples/gpiodetect.py [deleted file]
bindings/python/examples/gpiofind.py [deleted file]
bindings/python/examples/gpioget.py [deleted file]
bindings/python/examples/gpioinfo.py [deleted file]
bindings/python/examples/gpiomon.py [deleted file]
bindings/python/examples/gpionotify.py [deleted file]
bindings/python/examples/gpioset.py [deleted file]
bindings/python/examples/helpers.py [deleted file]
bindings/python/examples/reconfigure_input_to_output.py [new file with mode: 0755]
bindings/python/examples/toggle_multiple_line_values.py [new file with mode: 0755]
bindings/python/examples/watch_line_info.py [new file with mode: 0755]
bindings/python/examples/watch_line_rising.py [new file with mode: 0755]
bindings/python/examples/watch_line_value.py
bindings/python/examples/watch_multiple_line_values.py [new file with mode: 0755]