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 f920836 commit 059538dCopy full SHA for 059538d
variants/SparkFun_Edge/config/variant.h
@@ -48,4 +48,6 @@ extern Uart Serial;
48
#define AP3_SPI_IOM 0 // Speciy that SPI uses IOMaster 0
49
#define AP3_SPI_DUP ap3_spi_full_duplex // Specify that SPI is full-duplex (as opposed to ap3_spi_tx_only or ap3_spi_rx_only)
50
51
+#define LED_BUILTIN 46
52
+
53
#endif // _AP3_VARIANT_H_
variants/SparkFun_Edge_V2/config/variant.h
+#define LED_BUILTIN 19
0 commit comments