Communication
An Arduino library for software-based I2C communication.
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.
Maintainer: Yasir Shahzad
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.