Skip to content

Commit 9c3cde6

Browse files
committed
fix: remove I2C set pins
1 parent a95cb20 commit 9c3cde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Electroniccats_PN7150.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ uint8_t Electroniccats_PN7150::connectNCI() {
228228

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

234234
// Open connection to NXPNCI
235235
_wire->begin();

0 commit comments

Comments
 (0)