Skip to content

Commit 379c3e8

Browse files
Fix syntax error
1 parent cd6eaf5 commit 379c3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple golang GPIO library. Abstraction of [GPIO Sysfs Interface](https://www.ke
66
#### gopio.NewPin(pin int)
77
Return gpio pin selected struct.
88

9-
#### pin.Close((
9+
#### pin.Close()
1010
Unexport gpio.
1111

1212
#### pin.SetMode(mode string)

0 commit comments

Comments
 (0)