mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4951 from JanneKiiskila/ublox_odin_buttons
UBLOX_EVK_ODIN_W2- add BUTTON1/2 definitionspull/4964/merge
commit
82f5ce22f8
|
@ -156,6 +156,11 @@ typedef enum {
|
||||||
LED4 = D10,
|
LED4 = D10,
|
||||||
SW0 = PF_2, // Switch-0
|
SW0 = PF_2, // Switch-0
|
||||||
SW1 = PB_6, // Green / Switch-1
|
SW1 = PB_6, // Green / Switch-1
|
||||||
|
|
||||||
|
// Standardized button names
|
||||||
|
BUTTON1 = SW0,
|
||||||
|
BUTTON2 = SW1,
|
||||||
|
|
||||||
// ST-Link
|
// ST-Link
|
||||||
USBRX = PA_10,
|
USBRX = PA_10,
|
||||||
USBTX = PA_9,
|
USBTX = PA_9,
|
||||||
|
|
Loading…
Reference in New Issue