From 193385104d5479185dabd65b61e4b8ebf9696294 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Sat, 29 Mar 2014 09:47:22 +0530 Subject: [PATCH] doc: fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 766f6e5..cbab14f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Even shorter while prototyping: ... embd.ToggleLED(3) +NB: **3** == **USR3** for all intents and purposes. The driver is smart enough to figure all this out. + BBB + **PWM**: import "github.com/kidoman/embd" @@ -54,8 +56,6 @@ BBB + **PWM**: ... pwm.SetDuty(1000) -NB: **3** == **USR3** for all intents and purposes. The driver is smart enough to figure all this out. - Control **GPIO** pins on the RaspberryPi / BeagleBone Black: import "github.com/kidoman/embd" @@ -108,6 +108,7 @@ platforms. * **Digital GPIO** [Documentation](http://godoc.org/github.com/kidoman/embd#DigitalPin) * **Analog GPIO** [Documentation](http://godoc.org/github.com/kidoman/embd#AnalogPin) +* **PWM** [Documentation](http://godoc.org/github.com/kidoman/embd#PWMPin) * **I2C** [Documentation](http://godoc.org/github.com/kidoman/embd#I2CBus) * **LED** [Documentation](http://godoc.org/github.com/kidoman/embd#LED)