Skip to content

Commit 4bad822

Browse files
committed
Comments
1 parent 4da856a commit 4bad822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopio.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Pin struct {
1818

1919
const gpioPath string = "/sys/class/gpio"
2020

21-
// New function initializes gpio by pin id
21+
// New function initializes gpio by pin id.
2222
func New(id int) (pin *Pin, e error) {
2323
pin.Id = id
2424
pin.id = strconv.Itoa(id)

0 commit comments

Comments
 (0)