I have an functional bash script project that currently uses an LED and two buttons connected to the GPIO pins on a RPi 3 B+. I would like to replace them with a buttonshim and NOT modify the existing bash scripts, if possible.
Can this be done by modifying the control-main.py file included in the GitHub examples? I simply wish to continuously monitor the value of gpio18 (the old LED) and be able to momentarily set the values of gpio3 and gpio4 (the old buttons), but I’m not sure of the correct buttonshim methods required to do this.
Any advice would be appreciated.
Thank you!
Mike
github.com/pimoroni/button-shim/blob/master/examples/control-main.py