|
Hi
I'm using Orange PI 8 Ultra.
I want to use GPIO (to communicate with my stepper motor driver).
For some reason I'm not able to find any python code that is able to communicate with my GPIO.
The good point is that I'm able to use GPIO cli to operate it:
gpio mode 19 output
gpio mode 23 output
gpio mode 25 input
gpio write 19 0
I'm not able to find any documentation or examples around to make it work with python.
I found the following package https://pypi.org/project/OPi.GPIO/ but looks like that it's outdated.
Can you help me?
|
|