неправильно были заданы пины A6, A7
This commit is contained in:
parent
24071cc384
commit
8681cb2f67
@ -49,8 +49,8 @@ static const uint8_t A2 = PIN_A2;
|
|||||||
static const uint8_t A3 = PIN_A3;
|
static const uint8_t A3 = PIN_A3;
|
||||||
static const uint8_t A4 = PIN_A4;
|
static const uint8_t A4 = PIN_A4;
|
||||||
static const uint8_t A5 = PIN_A5;
|
static const uint8_t A5 = PIN_A5;
|
||||||
static const uint8_t A6 = PIN_A5;
|
static const uint8_t A6 = PIN_A6;
|
||||||
static const uint8_t A7 = PIN_A5;
|
static const uint8_t A7 = PIN_A7;
|
||||||
|
|
||||||
|
|
||||||
// digital pins
|
// digital pins
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user