Pioreactor / rpi_hardware_pwm

Access the hardware PWM of a Raspberry Pi
Other
58 stars 13 forks source link

Add support for channels 2 and 3 to control GPIO_18 and GPIO_19 on the Pi 5 #11

Closed colinpate closed 6 months ago

CamDavidsonPilon commented 7 months ago

ooo TIL! I'll test these changes this week and merge this PR if I'm successful!

colinpate commented 7 months ago

ooo TIL! I'll test these changes this week and merge this PR if I'm successful!

Sounds good, lmk if it doesn't work. I just tested it on my Pi 5 and it seemed to be working ok, but I didn't test it with all the combinations of channels. I found the fix in this thread: https://forums.raspberrypi.com/viewtopic.php?t=359251

CamDavidsonPilon commented 6 months ago

lgtm, thanks!