Commit 9e1f8cc4 authored by Verkehrsrot's avatar Verkehrsrot Committed by Me No Dev

Update pins_arduino.h (#2120)

Bugfix: pin A14 was double defined; pin A15 was missing.
parent cfe7e011
......@@ -48,7 +48,7 @@ static const uint8_t A11 = 0;
static const uint8_t A12 = 2;
static const uint8_t A13 = 15;
static const uint8_t A14 = 13;
static const uint8_t A14 = 12;
static const uint8_t A15 = 12;
static const uint8_t A16 = 14;
static const uint8_t A17 = 27;
static const uint8_t A18 = 25;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment