mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10674 from ThunderSoft123/master
TARGET_TT: adding switches to PinNamespull/10739/head
commit
8aeba87f25
|
@ -102,7 +102,10 @@ typedef enum {
|
|||
MBEDIF_RXD = USBRX,
|
||||
|
||||
// Switches
|
||||
SW2 = PV3,
|
||||
SW1 = PP6, //DIP switch J7_1
|
||||
SW2 = PP7, //DIP switch J7_2
|
||||
SW3 = (int)0xFFFFFFFF, //Reset Button
|
||||
SW4 = PV3, //Push button S2
|
||||
USER_BUTTON = PV3,
|
||||
|
||||
// I2C pins
|
||||
|
|
|
@ -101,7 +101,10 @@ typedef enum {
|
|||
MBED_CONF_APP_UART0_RX = PE2,
|
||||
|
||||
// Switches
|
||||
SW2 = PL4,
|
||||
SW1 = (int)0xFFFFFFFF, //Reset Button
|
||||
SW2 = PL4, //Push button S2
|
||||
SW3 = PM0, //DIP switch J7_1
|
||||
SW4 = PM1, //DIP switch J7_2
|
||||
USER_BUTTON = PL4,
|
||||
|
||||
// I2C pins
|
||||
|
|
Loading…
Reference in New Issue