Skip to content

Commit 059538d

Browse files
committed
Add LED_BUILTIN
1 parent f920836 commit 059538d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

variants/SparkFun_Edge/config/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ extern Uart Serial;
4848
#define AP3_SPI_IOM 0 // Speciy that SPI uses IOMaster 0
4949
#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)
5050

51+
#define LED_BUILTIN 46
52+
5153
#endif // _AP3_VARIANT_H_

variants/SparkFun_Edge_V2/config/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ extern Uart Serial;
4848
#define AP3_SPI_IOM 0 // Speciy that SPI uses IOMaster 0
4949
#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)
5050

51+
#define LED_BUILTIN 19
52+
5153
#endif // _AP3_VARIANT_H_

0 commit comments

Comments
 (0)