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

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