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 ed82be4 commit 2e54594Copy full SHA for 2e54594
STM32F1/variants/generic_stm32f103c/variant.h
@@ -17,4 +17,6 @@ static const uint8_t MOSI = BOARD_SPI1_MOSI_PIN;
17
static const uint8_t MISO = BOARD_SPI1_MISO_PIN;
18
static const uint8_t SCK = BOARD_SPI1_SCK_PIN;
19
20
+#define LED_BUILTIN PC13
21
+
22
#endif /* _VARIANT_ARDUINO_STM32_ */
STM32F1/variants/maple_mini/variant.h
+#define LED_BUILTIN PB1
0 commit comments