From 9c3cde6ca384e27f4de97478de3dc547c8f3266e Mon Sep 17 00:00:00 2001 From: REGIOIGER Date: Thu, 26 Dec 2024 14:59:42 -0600 Subject: [PATCH] fix: remove I2C set pins --- src/Electroniccats_PN7150.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Electroniccats_PN7150.cpp b/src/Electroniccats_PN7150.cpp index 4b9bd28..c9bcc62 100644 --- a/src/Electroniccats_PN7150.cpp +++ b/src/Electroniccats_PN7150.cpp @@ -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();