We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75f1ca commit 71c76eaCopy full SHA for 71c76ea
examples/interruption/README.md
@@ -12,7 +12,7 @@ import (
12
13
func main() {
14
gopio.GopioSetUp() // initialize
15
- g40 := gopio.PinMode(40, gopio.OUT) // physical pin numberinh
+ g40 := gopio.PinMode(40, gopio.OUT) // physical pin numbering
16
17
go g40.WriteOnInterrupt(gopio.LOW) // run another go routine for listener
18
0 commit comments