Page 1 of 1

GPIO via Python

Posted: 2024-01-24 19:22
by torchris4
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!

Re: GPIO via Python

Posted: 2024-01-25 1:52
by Luckfox Taylor
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

Re: GPIO via Python

Posted: 2024-01-25 3:11
by torchris4
Perfect, thanks! I missed that. I will give it a try.