Skip to content

Commit b5dd618

Browse files
committed
1 parent ea9db5a commit b5dd618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/machine/board_wioterminal.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ const (
102102
BCM17 = PA02 // DAC0
103103
BCM18 = PB28 // FPC Digital & AD pins
104104
BCM19 = PA20 // WIO_IR
105-
BCM20 = PA22 // I2S SDI
106-
BCM21 = PA21 // I2S SDO
105+
BCM20 = PA21 // I2S SDO
106+
BCM21 = PA22 // I2S SDI
107107
BCM22 = PB09
108108
BCM23 = PA07
109109
BCM24 = PB04
@@ -171,7 +171,7 @@ const (
171171
WIO_5S_UP = PD20
172172
WIO_5S_LEFT = PD12
173173
WIO_5S_RIGHT = PD09
174-
WIO_5S_DOWM = PD08
174+
WIO_5S_DOWN = PD08
175175
WIO_5S_PRESS = PD10
176176

177177
// IRQ0

0 commit comments

Comments
 (0)