mirror of https://github.com/ARMmbed/mbed-os.git
add button definitions
parent
2e1adee7d6
commit
ee09fe7dbf
|
@ -235,6 +235,9 @@ typedef enum {
|
||||||
KEY1 = PORTE_5,
|
KEY1 = PORTE_5,
|
||||||
KEY2 = PORTE_4,
|
KEY2 = PORTE_4,
|
||||||
|
|
||||||
|
BUTTON1 = KEY1,
|
||||||
|
BUTTON2 = KEY2,
|
||||||
|
|
||||||
SERIAL_TX = PORTC_12,
|
SERIAL_TX = PORTC_12,
|
||||||
SERIAL_RX = PORTD_2,
|
SERIAL_RX = PORTD_2,
|
||||||
USBTX = SERIAL_TX,
|
USBTX = SERIAL_TX,
|
||||||
|
|
Loading…
Reference in New Issue