Skip to content

Commit 6860ef4

Browse files
committed
Adding pinout data for GPIO_P1_16 (GPIO23) and GPIO_P1_11 (GPIO17)
1 parent 9b09a60 commit 6860ef4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rpi/rpi.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,16 @@ const (
8888
GPIO_P1_15 = 22
8989
GPIO_P1_18 = 24
9090
GPIO_P1_22 = 25
91+
GPIO_P1_16 = 23
92+
GPIO_P1_11 = 17
9193

9294
GPIO21 = GPIO_P1_13
9395
GPIO22 = GPIO_P1_15
96+
GPIO23 = GPIO_P1_16
9497
GPIO25 = GPIO_P1_22
9598
GPIO24 = GPIO_P1_18
9699
GPIO27 = GPIO_P1_13
100+
GPIO17 = GPIO_P1_11
97101
)
98102

99103
func initRPi() {

0 commit comments

Comments
 (0)