Hello again,
Is there a Python package similar to Gpiozero or RPi.GPIO on the Raspberry Pi for GPIO access on the Luckfox Pico series? Is there a plan for such a package? This would be a huge benefit for those of us transitioning from the Raspberry Pi environment.
More info on Gpiozero: https://gpiozero.readthedocs.io/en/stable/
Thanks!
GPIO via Python
In the system of Raspberry Pi 5, RPi.GPIO has been deprecated. We have default installed python-periphery in the buildroot system, and there are example programs documented in our Wiki.
https://wiki.luckfox.com/Luckfox-Pico/L ... on-program
https://wiki.luckfox.com/Luckfox-Pico/L ... on-program
Perfect, thanks! I missed that. I will give it a try.