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>
12 lines
224 B
Python
12 lines
224 B
Python
# Target wiring for general alif board.
|
|
#
|
|
# Connect:
|
|
# - UART1 TX and RX, usually P0_5 and P0_4
|
|
|
|
uart_loopback_args = (1,)
|
|
uart_loopback_kwargs = {}
|
|
|
|
spi_standalone_args_list = [(0,)]
|
|
|
|
pwm_loopback_pins = [("P0_4", "P0_5")]
|