Skip to content

Commit

Permalink
fix: remove I2C set pins
Browse files Browse the repository at this point in the history
  • Loading branch information
REGIOIGER committed Dec 26, 2024
1 parent a95cb20 commit 9c3cde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Electroniccats_PN7150.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ uint8_t Electroniccats_PN7150::connectNCI() {

// Open connection to NXPNCI
// uses setSDA and set SCL with compatible boards
_wire->setSDA(0); // GPIO 0 como SDA
_wire->setSCL(1); // GPIO 1 como SCL
//_wire->setSDA(0); // GPIO 0 como SDA
//_wire->setSCL(1); // GPIO 1 como SCL

// Open connection to NXPNCI
_wire->begin();
Expand Down

0 comments on commit 9c3cde6

Please sign in to comment.