[mbed][MTS_DRAGONFLY_F411RE] add pin names for radio RTS/CTS and external serial RX/TX/RTS/CTS

pull/1001/head
Mike Fiore 2015-02-16 10:56:42 -06:00
parent b1c4a63f23
commit 506ead1387
1 changed files with 8 additions and 4 deletions

View File

@ -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,