Skip to content

Commit 93b1ba1

Browse files
committed
A11 isnt an analog in!
1 parent 322f2ff commit 93b1ba1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

variants/qtpy_m0/variant.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ extern "C"
9494
#define PIN_A8 (PIN_A0 + 8)
9595
#define PIN_A9 (PIN_A0 + 9)
9696
#define PIN_A10 (PIN_A0 + 10)
97-
#define PIN_A11 (PIN_A0 + 11)
9897
#define PIN_DAC0 (00ul)
9998

10099
static const uint8_t A0 = PIN_A0;
@@ -106,7 +105,6 @@ static const uint8_t A7 = PIN_A7 ;
106105
static const uint8_t A8 = PIN_A8 ;
107106
static const uint8_t A9 = PIN_A9 ;
108107
static const uint8_t A10 = PIN_A10 ;
109-
static const uint8_t A11 = PIN_A11 ;
110108
static const uint8_t DAC0 = PIN_DAC0;
111109

112110
#define ADC_RESOLUTION 12

0 commit comments

Comments
 (0)