mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_F413ZH: Add BUTTON1 definition
parent
b862b653d3
commit
a89c0ab1c0
|
@ -229,6 +229,7 @@ typedef enum {
|
||||||
LED4 = LED1,
|
LED4 = LED1,
|
||||||
LED_RED = LED2,
|
LED_RED = LED2,
|
||||||
USER_BUTTON = PA_0,
|
USER_BUTTON = PA_0,
|
||||||
|
BUTTON1 = USER_BUTTON,
|
||||||
SERIAL_TX = PG_14,
|
SERIAL_TX = PG_14,
|
||||||
SERIAL_RX = PG_9,
|
SERIAL_RX = PG_9,
|
||||||
USBTX = SERIAL_TX,
|
USBTX = SERIAL_TX,
|
||||||
|
|
Loading…
Reference in New Issue