Files
micropython/tests/target_wiring/ZEPHYR_NUCLEO_WB55RG.py
2025-09-08 11:56:12 +10:00

8 lines
137 B
Python

# Target wiring for zephyr nucleo_wb55rg.
#
# Connect:
# - TX=PC0 to RX=PC1
uart_loopback_args = ("lpuart1",)
uart_loopback_kwargs = {}