mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
8 lines
137 B
Python
8 lines
137 B
Python
# Target wiring for zephyr nucleo_wb55rg.
|
|
#
|
|
# Connect:
|
|
# - TX=PC0 to RX=PC1
|
|
|
|
uart_loopback_args = ("lpuart1",)
|
|
uart_loopback_kwargs = {}
|