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 93b1ba1 commit 32b62c8Copy full SHA for 32b62c8
variants/feather_m0_express/variant.h
@@ -102,6 +102,7 @@ extern "C"
102
#define PIN_A9 (PIN_A0 + 9)
103
#define PIN_A10 (PIN_A0 + 10)
104
#define PIN_A11 (PIN_A0 + 11)
105
+#define PIN_A12 (41ul) // AREF
106
#define PIN_DAC0 (14ul)
107
108
static const uint8_t A0 = PIN_A0;
@@ -116,6 +117,7 @@ static const uint8_t A8 = PIN_A8 ;
116
117
static const uint8_t A9 = PIN_A9 ;
118
static const uint8_t A10 = PIN_A10 ;
119
static const uint8_t A11 = PIN_A11 ;
120
+static const uint8_t A12 = PIN_A12 ;
121
122
static const uint8_t DAC0 = PIN_DAC0;
123
0 commit comments