Skip to content

Commit b352450

Browse files
committed
Update port settings
1 parent c849cd2 commit b352450

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/machine/board_wioterminal.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
A3 = PB04 // ADC/AIN[4]
3636
A4 = PB05 // ADC/AIN[5]
3737
A5 = PB06 // ADC/AIN[10]
38-
A6 = PB04 // ADC/AIN[10]
38+
A6 = PA04 // ADC/AIN[10]
3939
A7 = PB07 // ADC/AIN[10]
4040
A8 = PA06 // ADC/AIN[10]
4141

@@ -74,6 +74,8 @@ const (
7474
WIO_5S_DOWN = SWITCH_B
7575
WIO_5S_PRESS = SWITCH_U
7676

77+
BUZZER_CTR = PD11
78+
7779
OUTPUT_CTR_5V = PC14
7880
OUTPUT_CTR_3V3 = PC15
7981

@@ -90,6 +92,8 @@ const (
9092
LCD_YU = PC11
9193
LCD_XR = PC12
9294
LCD_YD = PC13
95+
96+
WIO_LIGHT = PD01
9397
)
9498

9599
// UART0 aka USBCDC pins

0 commit comments

Comments
 (0)