kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

PWM on Raspberry Pi #91

Open 0xcaff opened 6 years ago

0xcaff commented 6 years ago

It doesn't look like PWM is implemented for the Pi.

https://github.com/kidoman/embd/blob/bfcd1345fe4e3d17ca82475c0c2f3d53120f87a9/host/rpi/rpi.go

This library does it:

https://github.com/stianeikeland/go-rpio/blob/master/rpio.go

See also #34