RobTillaart / TCA9548

Arduino library for TCA9548 8 channel I2C multiplexer and compatibles.
MIT License
20 stars 7 forks source link

Tested with PCA9548A; No issue found. #7

Closed OptifySudarshanPatil closed 1 year ago

OptifySudarshanPatil commented 1 year ago

Hi @RobTillaart , Recently checked out this library with PCA9548A and working satisfactory. No major issue detected.

if (!MP.isConnected())
{
MP.reset();
    if (MP.begin() == false)
    {
      Serial.println("MUX  COULD NOT CONNECT");
      return;
    }
  }
RobTillaart commented 1 year ago

Thanks for this positive feedback!

What do you mean by the code snippet? Is there a question?

OptifySudarshanPatil commented 1 year ago

Is there a question?

No! It's part of my code; in which I've tested function of library. Added as reference for any one who might in need.

RobTillaart commented 1 year ago

OK, as there is no problem I'll close the issue.

Thanks again for the positive feedback