mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 05:10:15 +02:00
d291a280bd
Signed-off-by: Damien George <damien@micropython.org>
10 lines
160 B
Python
10 lines
160 B
Python
# Target wiring for general nrf board.
|
|
#
|
|
# Connect:
|
|
# - UART0 TX and RX
|
|
|
|
uart_loopback_args = (0,)
|
|
uart_loopback_kwargs = {}
|
|
|
|
spi_standalone_args_list = [(1,)]
|