We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95cb20 commit 9c3cde6Copy full SHA for 9c3cde6
src/Electroniccats_PN7150.cpp
@@ -228,8 +228,8 @@ uint8_t Electroniccats_PN7150::connectNCI() {
228
229
// Open connection to NXPNCI
230
// uses setSDA and set SCL with compatible boards
231
- _wire->setSDA(0); // GPIO 0 como SDA
232
- _wire->setSCL(1); // GPIO 1 como SCL
+ //_wire->setSDA(0); // GPIO 0 como SDA
+ //_wire->setSCL(1); // GPIO 1 como SCL
233
234
235
_wire->begin();
0 commit comments