mirror of
https://github.com/stianeikeland/go-rpio.git
synced 2025-01-23 02:31:05 +01:00
Merge pull request #30 from myyra/pwm-doc-fix
Use correct pin in the instructions
This commit is contained in:
commit
6d1cac1060
|
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user