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 16ac412 commit e3d26edCopy full SHA for e3d26ed
targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h
@@ -171,16 +171,6 @@ typedef enum {
171
172
// Generic signals namings
173
LED1 = PC_6,
174
- LED2 = PC_6,
175
- LED3 = PC_6,
176
- LED4 = PC_6,
177
-
178
179
180
- // This board does not have any buttons (aside from reset)
181
- USER_BUTTON = PC_13,
182
- // Standardized button names
183
- BUTTON1 = USER_BUTTON,
184
SERIAL_TX = STDIO_UART_TX,
185
SERIAL_RX = STDIO_UART_RX,
186
USBTX = STDIO_UART_TX,
@@ -193,8 +183,6 @@ typedef enum {
193
SPI_CS = PB_0,
194
PWM_OUT = PB_3,
195
196
197
198
/**** OSCILLATOR pins ****/
199
187
RCC_OSC32_EN = PC_15,
200
188
RCC_OSC32_IN = PC_14,
0 commit comments