Compare commits

...

1 commit

Author SHA1 Message Date
Phillip Burgess
eb0d6efd9d Itsy M0, HalloWing: add A12 pin for PrettyPins generator 2021-05-18 16:10:25 -07:00
2 changed files with 4 additions and 0 deletions

View file

@ -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)
#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;

View file

@ -96,6 +96,7 @@ extern "C"
#define PIN_A9 (PIN_A0 + 9)
#define PIN_A10 (PIN_A0 + 10)
#define PIN_A11 (PIN_A0 + 11)
#define PIN_A12 (42ul)
#define PIN_DAC0 (14ul)
static const uint8_t A0 = PIN_A0;
@ -110,6 +111,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;
#define ADC_RESOLUTION 12