Files
micropython/tests/target_wiring/NUCLEO_WB55.py
2026-03-20 11:37:15 +11:00

13 lines
222 B
Python

# Target wiring for NUCLEO_WB55.
#
# Connect:
# - PA2 to PA3
# LPUART(1) is on PA2/PA3.
uart_loopback_args = ("LP1",)
uart_loopback_kwargs = {}
spi_standalone_args_list = [(1,), (2,)]
pwm_loopback_pins = [("D1", "D0")]