From 3f5a07644c9b7e64194db7217358fbf3f8aabc09 Mon Sep 17 00:00:00 2001 From: Joonas Myhrberg Date: Fri, 5 Oct 2018 03:03:19 +0300 Subject: [PATCH] Use correct pin in the instructions --- examples/pwm/pwm.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pwm/pwm.go b/examples/pwm/pwm.go index 215803e..c34e52a 100644 --- a/examples/pwm/pwm.go +++ b/examples/pwm/pwm.go @@ -2,8 +2,8 @@ A PWM example by @Drahoslav7, using the go-rpio library -Toggles a LED on physical pin 19 (mcu pin 10) -Connect a LED with resistor from pin 19 to ground. +Toggles a LED on physical pin 35 (GPIO pin 19) +Connect a LED with resistor from pin 35 to ground. */ @@ -40,4 +40,4 @@ func main() { time.Sleep(time.Second/32) } } -} \ No newline at end of file +}