Skip to content

Commit 71c76ea

Browse files
Update README.md
1 parent f75f1ca commit 71c76ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/interruption/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func main() {
1414
gopio.GopioSetUp() // initialize
15-
g40 := gopio.PinMode(40, gopio.OUT) // physical pin numberinh
15+
g40 := gopio.PinMode(40, gopio.OUT) // physical pin numbering
1616

1717
go g40.WriteOnInterrupt(gopio.LOW) // run another go routine for listener
1818

0 commit comments

Comments
 (0)