Clone this repository or add it as a submodule into your components directory. Add the module as a requirement to your main module, or other modules. To use the legacy i2c.h driver, please refer to ...
The Inter-Integrated Circuit (I2C) is a synchronous, multi-master, multi-slave serial communication protocol commonly used for connecting peripherals in embedded systems. This project implements a ...