mirror of https://github.com/ARMmbed/mbed-os.git
[mbed][MTS_DRAGONFLY_F411RE] add pin names for radio RTS/CTS and external serial RX/TX/RTS/CTS
parent
b1c4a63f23
commit
506ead1387
|
|
@ -151,12 +151,16 @@ typedef enum {
|
|||
LED3 = D3,
|
||||
LED4 = D3,
|
||||
USER_BUTTON = PC_13,
|
||||
SERIAL_TX = PB_6,
|
||||
SERIAL_RX = PB_7,
|
||||
USBTX = SERIAL_TX,
|
||||
USBRX = SERIAL_RX,
|
||||
SERIAL_TX = PA_2,
|
||||
SERIAL_RX = PA_3,
|
||||
SERIAL_RTS = PA_1,
|
||||
SERIAL_CTS = PA_0,
|
||||
USBTX = PB_6,
|
||||
USBRX = PB_7,
|
||||
RADIO_TX = PC_7,
|
||||
RADIO_RX = PC_6,
|
||||
RADIO_RTS = PB_10,
|
||||
RADIO_CTS = PB_12,
|
||||
I2C_SCL = D15,
|
||||
I2C_SDA = D14,
|
||||
SPI_MOSI = PC_12,
|
||||
|
|
|
|||
Loading…
Reference in New Issue