Skip to content

Commit 2ed99a0

Browse files
author
Nathan Seidle
committed
Adding LED_BUILTIN to variants
1 parent ebfbe0b commit 2ed99a0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

variants/SparkFun_BlackBoard_Artemis/config/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424

2525
const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
2626
//~ = PWM, A = ADC
27-
//Apollo Pad, //Silkscreen indicator
27+
//Apollo Pad, //Silkscreen indicator - Pin functions
2828
25, //0 - ~RX1/SDA2/MISO2
2929
24, //1 - ~TX1/32kHz/SWO
3030
35, //2/A6 - ~A/TX1/I2SDAT/PDMCLK

variants/SparkFun_BlackBoard_Artemis/config/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ extern Uart Serial1;
6464
#define ADC_DIV3 35
6565
#define ADC_VSS 36
6666

67+
#define LED_BUILTIN 13
68+
6769
#endif // _AP3_VARIANT_H_

variants/SparkFun_BlackBoard_Artemis_Nano/config/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ extern Uart Serial1;
6161
#define ADC_DIV3 35
6262
#define ADC_VSS 36
6363

64+
#define LED_BUILTIN 19
65+
6466
#endif // _AP3_VARIANT_H_

0 commit comments

Comments
 (0)