adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
438 stars 328 forks source link

Update Blinka to use rpi-lgpio for PWM #797

Closed makermelissa closed 3 months ago

makermelissa commented 3 months ago

Fixes #776. This fixes PWM, by installing rpi-lgpio for the Pi 5, which is a drop-in replacement for RPi.GPIO. Then Blinka can effective make use of the code for the Pi 4 and earlier.

makermelissa commented 3 months ago

Thanks @dhalbert