add AREF pin as A12
This commit is contained in:
parent
93b1ba1e4a
commit
32b62c86ff
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ extern "C"
|
|||
#define PIN_A9 (PIN_A0 + 9)
|
||||
#define PIN_A10 (PIN_A0 + 10)
|
||||
#define PIN_A11 (PIN_A0 + 11)
|
||||
#define PIN_A12 (41ul) // AREF
|
||||
#define PIN_DAC0 (14ul)
|
||||
|
||||
static const uint8_t A0 = PIN_A0;
|
||||
|
|
@ -116,6 +117,7 @@ static const uint8_t A8 = PIN_A8 ;
|
|||
static const uint8_t A9 = PIN_A9 ;
|
||||
static const uint8_t A10 = PIN_A10 ;
|
||||
static const uint8_t A11 = PIN_A11 ;
|
||||
static const uint8_t A12 = PIN_A12 ;
|
||||
|
||||
static const uint8_t DAC0 = PIN_DAC0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue