Skip to content

Corrected the pads for SDA2 and SCL2 on the Nano #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variants/redboard_artemis_nano/config/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
35, //A14 - ~TX1/I2SDAT/PDMCLK
32, //A15 - ~SCCIO
12, //A16 - ~PDMCLK/TX1
32, //17 - ~SDA2/MISO3/RX1
12, //18 - ~SCL2/SCK2
25, //17 - ~SDA2/MISO2/RX1
27, //18 - ~SCL2/SCK2
19, //19 - ~Not exposed, Status LED
48, //20 - Not exposed, TX0
49, //21 - Not exposed, RX0
Expand Down