Skip to content

Commit 02809ef

Browse files
committed
fix redefinition of ADC pins on artemis redboard nano
These defines were deprecated a long time ago and apparently slipped through the cracks :/
1 parent a289272 commit 02809ef

File tree

1 file changed

+0
-5
lines changed
  • variants/SparkFun_RedBoard_Artemis_Nano/config

1 file changed

+0
-5
lines changed

variants/SparkFun_RedBoard_Artemis_Nano/config/variant.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ extern Uart Serial1;
5555
#define A14 14
5656
#define A15 15
5757
#define A16 16
58-
#define ADC_DIFF0 32 //Not legal pins. Used for pad lookup
59-
#define ADC_DIFF1 33
60-
#define ADC_TEMP 34
61-
#define ADC_DIV3 35
62-
#define ADC_VSS 36
6358

6459
#define LED_BUILTIN 19
6560

0 commit comments

Comments
 (0)