Skip to content

Instantly share code, notes, and snippets.

@ledongthuc
Created December 17, 2015 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ledongthuc/c72683372a82bcf713c2 to your computer and use it in GitHub Desktop.
Save ledongthuc/c72683372a82bcf713c2 to your computer and use it in GitHub Desktop.
import "github.com/kidoman/embd"
...
embd.InitGPIO()
defer embd.CloseGPIO()
...
pwm, _ := embd.NewPWMPin("P9_14")
defer pwm.Close()
...
pwm.SetDuty(1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment