rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable Arduino 1200bps touch.

pull/8811/head
iabdalkader 2022-04-21 16:04:19 +02:00 zatwierdzone przez Damien George
rodzic 9f6f8b2fdd
commit de823e7741
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -83,6 +83,7 @@ set(MICROPY_SOURCE_LIB
${MICROPY_DIR}/shared/runtime/pyexec.c
${MICROPY_DIR}/shared/runtime/stdout_helpers.c
${MICROPY_DIR}/shared/runtime/sys_stdio_mphal.c
${MICROPY_DIR}/shared/runtime/tinyusb_helpers.c
${MICROPY_DIR}/shared/timeutils/timeutils.c
)

Wyświetl plik

@ -19,6 +19,7 @@
#define MICROPY_HW_USB_MSC (1)
#define MICROPY_HW_USB_VID (0x2341)
#define MICROPY_HW_USB_PID (0x025e)
#define MICROPY_HW_USB_CDC_1200BPS_TOUCH (1)
// UART 1 config.
#define MICROPY_HW_UART1_TX (8)