Skip to content

Releases: yasir-shahzad/SoftI2C

1.0.1

07 Mar 19:24
31455e5

Choose a tag to compare

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)

1.0.0

22 Aug 21:08

Choose a tag to compare

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.