Skip to content

Commit 47ed325

Browse files
committed
Merge pull request #1485 from MultiTechSystems/mtq_pins
[MTS_DRAGONFLY_F411RE] Dragonfly pin updates
2 parents f6adbf7 + d992c2e commit 47ed325

File tree

1 file changed

+7
-6
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE

1 file changed

+7
-6
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/PinNames.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ typedef enum {
155155
LED4 = D3,
156156
SERIAL_TX = D1,
157157
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,
158+
SERIAL_RTS = D3,
159+
SERIAL_CTS = D6,
160+
SERIAL_DCD = D4,
161+
SERIAL_DSR = D5,
162+
SERIAL_DTR = D7,
163+
SERIAL_RI = D8,
164164
USBTX = PB_6,
165165
USBRX = PB_7,
166166
RADIO_TX = PC_7,
@@ -171,6 +171,7 @@ typedef enum {
171171
RADIO_DSR = D8,
172172
RADIO_DTR = D4,
173173
RADIO_RI = D9,
174+
WAKEUP = D3,
174175

175176
// I2C1 and I2C3 are available on Arduino pins
176177
I2C1_SCL = D15,

0 commit comments

Comments
 (0)