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 f6adbf7 commit d992c2eCopy full SHA for d992c2e
libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/PinNames.h
@@ -155,12 +155,12 @@ typedef enum {
155
LED4 = D3,
156
SERIAL_TX = D1,
157
SERIAL_RX = D0,
158
- SERIAL_RTS = A1,
159
- SERIAL_CTS = A0,
160
- SERIAL_DCD = D5,
161
- SERIAL_DSR = D8,
162
- SERIAL_DTR = D4,
163
- SERIAL_RI = D9,
+ SERIAL_RTS = D3,
+ SERIAL_CTS = D6,
+ SERIAL_DCD = D4,
+ SERIAL_DSR = D5,
+ SERIAL_DTR = D7,
+ SERIAL_RI = D8,
164
USBTX = PB_6,
165
USBRX = PB_7,
166
RADIO_TX = PC_7,
@@ -171,6 +171,7 @@ typedef enum {
171
RADIO_DSR = D8,
172
RADIO_DTR = D4,
173
RADIO_RI = D9,
174
+ WAKEUP = D3,
175
176
// I2C1 and I2C3 are available on Arduino pins
177
I2C1_SCL = D15,
0 commit comments