Use correct pin in the instructions

This commit is contained in:
Joonas Myhrberg 2018-10-05 03:03:19 +03:00 committed by GitHub
parent 3abdd2207d
commit 3f5a07644c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
A PWM example by @Drahoslav7, using the go-rpio library A PWM example by @Drahoslav7, using the go-rpio library
Toggles a LED on physical pin 19 (mcu pin 10) Toggles a LED on physical pin 35 (GPIO pin 19)
Connect a LED with resistor from pin 19 to ground. Connect a LED with resistor from pin 35 to ground.
*/ */