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>
13 lines
242 B
Python
13 lines
242 B
Python
# Target wiring for non-PyBoard stm32 boards
|
|
#
|
|
# See PYBx.py for PyBoards
|
|
#
|
|
# Connect:
|
|
# - D0 to D1 (Arduino labels)
|
|
|
|
# CAN args assume no connection for single device tests
|
|
can_args = (1,)
|
|
can_kwargs = {}
|
|
|
|
pwm_loopback_pins = [("D0", "D1")]
|