stianeikeland / go-rpio

:electric_plug: Raspberry Pi GPIO library for go-lang
MIT License
2.16k stars 221 forks source link

Fixed PI4 PWM frequency setting due to wrong oscillator frequency #77

Closed b3nn0 closed 2 years ago

b3nn0 commented 2 years ago

Fixes #76. Seems to be all it takes.

drahoslove commented 2 years ago

That should do it. Good job.