mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
stm32/boards/OPENMV_N6: Define RTS pin for UART3.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
ed46ff6820
commit
6d65882b05
@@ -53,6 +53,7 @@
|
||||
#define MICROPY_HW_UART2_CTS (pyb_pin_BT_CTS)
|
||||
#define MICROPY_HW_UART3_TX (pyb_pin_UART3_TX)
|
||||
#define MICROPY_HW_UART3_RX (pyb_pin_UART3_RX)
|
||||
#define MICROPY_HW_UART3_RTS (pyb_pin_UART3_RTS)
|
||||
#define MICROPY_HW_UART4_TX (pyb_pin_UART4_TX)
|
||||
#define MICROPY_HW_UART4_RX (pyb_pin_UART4_RX)
|
||||
#define MICROPY_HW_UART7_TX (pyb_pin_UART7_TX)
|
||||
|
||||
@@ -34,6 +34,7 @@ I2C2_SCL,PB10
|
||||
I2C2_SDA,PB11
|
||||
UART3_TX,PB10
|
||||
UART3_RX,PB11
|
||||
UART3_RTS,PG13
|
||||
P4,PB10
|
||||
P5,PB11
|
||||
,PB12
|
||||
|
||||
|
Reference in New Issue
Block a user