rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable Arduino 1200bps touch.
This commit is contained in:
parent
9f6f8b2fdd
commit
de823e7741
@ -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
|
||||
)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user