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
208 B
Python
12 lines
208 B
Python
# Target wiring for general samd board.
|
|
#
|
|
# Connect:
|
|
# - D0 to D1
|
|
|
|
uart_loopback_args = ()
|
|
uart_loopback_kwargs = {"tx": "D1", "rx": "D0"}
|
|
|
|
spi_standalone_args_list = [()]
|
|
|
|
pwm_loopback_pins = [("D0", "D1")]
|