Skip to content

Commit a62579f

Browse files
committed
Corrected the pads for SDA2 and SCL2
1 parent f09f385 commit a62579f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/redboard_artemis_nano/config/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
4242
35, //A14 - ~TX1/I2SDAT/PDMCLK
4343
32, //A15 - ~SCCIO
4444
12, //A16 - ~PDMCLK/TX1
45-
32, //17 - ~SDA2/MISO3/RX1
46-
12, //18 - ~SCL2/SCK2
45+
25, //17 - ~SDA2/MISO2/RX1
46+
27, //18 - ~SCL2/SCK2
4747
19, //19 - ~Not exposed, Status LED
4848
48, //20 - Not exposed, TX0
4949
49, //21 - Not exposed, RX0

0 commit comments

Comments
 (0)