File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const uint32_t g_ADigitalPinMap[] = {
27
27
17 , // SCK
28
28
1 , // MISO
29
29
13 , // MOSI
30
- 29 , // A5 , C16_A1RX (Calliope change)
30
+ 29 , // A7 , C16_A1RX (Calliope change)
31
31
32
32
// 17 + 18
33
33
34 , // P1.02 C17 (Calliope exclusive pin)
Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ extern "C"
34
34
#define PIN_A0 (0)
35
35
#define PIN_A1 (1)
36
36
#define PIN_A2 (2)
37
- #define PIN_A3 (3 )
37
+ #define PIN_A3 (18 )
38
38
#define PIN_A4 (4)
39
39
#define PIN_A5 (10)
40
40
#define PIN_A6 (29)
41
+ #define PIN_A7 (16)
41
42
42
43
#define ADC_RESOLUTION 10
43
44
static const uint8_t A0 = PIN_A0 ;
@@ -47,6 +48,7 @@ static const uint8_t A3 = PIN_A3;
47
48
static const uint8_t A4 = PIN_A4 ;
48
49
static const uint8_t A5 = PIN_A5 ;
49
50
static const uint8_t A6 = PIN_A6 ;
51
+ static const uint8_t A7 = PIN_A7 ;
50
52
51
53
// Serial
52
54
You can’t perform that action at this time.
0 commit comments