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.
1 parent 789bcb8 commit 8ec21deCopy full SHA for 8ec21de
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_UBLOX_EVK_ODIN_W2/PinNames.h
@@ -95,7 +95,7 @@ typedef enum {
95
P_A17 = PD_12, // GPIO-3
96
P_A18 = PA_3, // UART-DSR
97
// B
98
- // C
+ // C
99
P_C5 = PG_4, // SPI-IRQ
100
P_C6 = PE_13, // SPI-MISO
101
P_C8 = PE_12, // Res
@@ -153,9 +153,14 @@ typedef enum {
153
LED1 = PE_0, // Red / Mode
154
LED2 = PB_6, // Green / Switch-1
155
LED3 = PB_8, // Blue
156
- LED4 = D10,
+ LED4 = D10,
157
SW0 = PF_2, // Switch-0
158
SW1 = PB_6, // Green / Switch-1
159
+
160
+ // Standardized button names
161
+ BUTTON1 = SW0,
162
+ BUTTON2 = SW1,
163
164
// ST-Link
165
USBRX = PA_10,
166
USBTX = PA_9,
0 commit comments