We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9606e3e + 5de7fac commit f0a2b1dCopy full SHA for f0a2b1d
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h
@@ -136,7 +136,10 @@ typedef enum {
136
LED3 = PE_1, // Blue
137
LED4 = PE_7, // A definition is required by the mbed platform RTC test code, this is the Ethernet connector yellow LED
138
LED_RED = LED1,
139
+ LED_GREEN = LED2,
140
+ LED_BLUE = LED3,
141
SW0 = PC_13, // Switch-0
142
+ BUTTON1 = SW0, // Standardized button names
143
144
// Arduino header I2C
145
I2C_SDA = D14,
0 commit comments