Files
micropython/tests/target_wiring/nrf.py
2026-02-04 19:59:19 +11:00

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,)]