You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check for bus lockup added
--
In case the pull-ups are not added and the module is holding the line, a check has been added to verify where the SDA and SCL lines are being pulled up.
[SoftI2C-1.0.1.zip](https://github.com/user-attachments/files/19132383/SoftI2C-1.0.1.zip)
This library provides an implementation of the I2C protocol using software-based methods. It allows communication over I2C without relying on hardware I2C pins. The library is suitable for cases where hardware I2C is unavailable or needs to be emulated.