Hi everyone,
I am trying for days to figure out how to build a RPi.GPIO version for the M2+. In the Raspbian image the RPi.GPIO module is already installed but only as a compiled version. I’d like to rebuild it for 2 purposes:
- build it for python version 3.8 and higher.
- to be able to use it in docker containers, as copying the current version into a container gives the runtime error
This module can only be run on a Raspberry Pi!
I’ve tried this version GitHub - LeMaker/RPi.GPIO_BP: This a modified version RPi.GPIO for Banana Pi. But no luck: setting pins doesnt result in an error but apparently the addresses are wrong as no effect can be seen (with gpio readall
)
Is the package somewhere on github available? Would you have any other idea on how to overcome those problems?
Thanks Lukas