mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 05:10:15 +02:00
8f24c86263
Signed-off-by: Damien George <damien@micropython.org>
13 lines
222 B
Python
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")]
|