8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d674cf commit 03a64f2Copy full SHA for 03a64f2
ports/stm32/boards/NUCLEO_WB55/mpconfigboard.h
@@ -22,6 +22,8 @@
22
// UART buses
23
#define MICROPY_HW_UART1_TX (pin_B6)
24
#define MICROPY_HW_UART1_RX (pin_B7)
25
+#define MICROPY_HW_LPUART1_TX (pin_A2)
26
+#define MICROPY_HW_LPUART1_RX (pin_A3)
27
// USART 1 is connected to the virtual com port on the ST-LINK
28
#define MICROPY_HW_UART_REPL PYB_UART_1
29
#define MICROPY_HW_UART_REPL_BAUD 115200
0 commit comments