mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
wioterminal: add UART3 for RTL8720DN
This commit is contained in:
@@ -349,8 +349,11 @@ var (
|
||||
|
||||
UART1 = &sercomUSART2
|
||||
|
||||
// RTL8720D
|
||||
// RTL8720D (tx: PC22, rx: PC23)
|
||||
UART2 = &sercomUSART1
|
||||
|
||||
// RTL8720D (tx: PB24, rx: PC24)
|
||||
UART3 = &sercomUSART0
|
||||
)
|
||||
|
||||
// I2C pins
|
||||
|
||||
Reference in New Issue
Block a user