Skip to content

Commit 32b62c8

Browse files
committed
add AREF pin as A12
1 parent 93b1ba1 commit 32b62c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/feather_m0_express/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ extern "C"
102102
#define PIN_A9 (PIN_A0 + 9)
103103
#define PIN_A10 (PIN_A0 + 10)
104104
#define PIN_A11 (PIN_A0 + 11)
105+
#define PIN_A12 (41ul) // AREF
105106
#define PIN_DAC0 (14ul)
106107

107108
static const uint8_t A0 = PIN_A0;
@@ -116,6 +117,7 @@ static const uint8_t A8 = PIN_A8 ;
116117
static const uint8_t A9 = PIN_A9 ;
117118
static const uint8_t A10 = PIN_A10 ;
118119
static const uint8_t A11 = PIN_A11 ;
120+
static const uint8_t A12 = PIN_A12 ;
119121

120122
static const uint8_t DAC0 = PIN_DAC0;
121123

0 commit comments

Comments
 (0)