mirror of https://github.com/ARMmbed/mbed-os.git
ublox c030 pinName updated
parent
e3b03e0404
commit
5de7fac91c
|
@ -136,7 +136,10 @@ typedef enum {
|
|||
LED3 = PE_1, // Blue
|
||||
LED4 = PE_7, // A definition is required by the mbed platform RTC test code, this is the Ethernet connector yellow LED
|
||||
LED_RED = LED1,
|
||||
LED_GREEN = LED2,
|
||||
LED_BLUE = LED3,
|
||||
SW0 = PC_13, // Switch-0
|
||||
BUTTON1 = SW0, // Standardized button names
|
||||
|
||||
// Arduino header I2C
|
||||
I2C_SDA = D14,
|
||||
|
|
Loading…
Reference in New Issue