From dab02ec65960764b750a0cd7bb2250f6b7315b97 Mon Sep 17 00:00:00 2001 From: kempe63 <78020007+kempe63@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:10:16 +0100 Subject: [PATCH] Update IO_PCA9555.h Now compiles and works on PCA9548 Mux. Tested with MCP23017 and PCA9555 on the same Subbus --- IO_PCA9555.h | 1 - 1 file changed, 1 deletion(-) diff --git a/IO_PCA9555.h b/IO_PCA9555.h index 607e1a8..75f2c38 100644 --- a/IO_PCA9555.h +++ b/IO_PCA9555.h @@ -34,7 +34,6 @@ public: if (checkNoOverlap(vpin, nPins, i2cAddress)) new PCA9555(vpin,nPins, i2cAddress, interruptPin); } - private: // Constructor PCA9555(VPIN vpin, uint8_t nPins, I2CAddress I2CAddress, int interruptPin=-1)