Skip to content

Commit f0a2b1d

Browse files
author
Cruz Monrreal
authored
Merge pull request #9085 from u-blox/C030_PinName
U-blox C030 PinNames Updated
2 parents 9606e3e + 5de7fac commit f0a2b1d

File tree

1 file changed

+3
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030

1 file changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ typedef enum {
136136
LED3 = PE_1, // Blue
137137
LED4 = PE_7, // A definition is required by the mbed platform RTC test code, this is the Ethernet connector yellow LED
138138
LED_RED = LED1,
139+
LED_GREEN = LED2,
140+
LED_BLUE = LED3,
139141
SW0 = PC_13, // Switch-0
142+
BUTTON1 = SW0, // Standardized button names
140143

141144
// Arduino header I2C
142145
I2C_SDA = D14,

0 commit comments

Comments
 (0)