mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
8f24c86263
Signed-off-by: Damien George <damien@micropython.org>
12 lines
193 B
Python
12 lines
193 B
Python
# Target wiring for general esp8266 board.
|
|
#
|
|
# Connect:
|
|
# - GPIO4 to GPIO5
|
|
|
|
uart_loopback_args = (1,)
|
|
uart_loopback_kwargs = {}
|
|
|
|
spi_standalone_args_list = [(1,)]
|
|
|
|
pwm_loopback_pins = [(4, 5)]
|