This is a library that aims to implement the I2C protocol for AVR architecture.
Disclaimer: The library has been tested only on ATmega2560 microcontroller and ATmega328P.
This is a stb-style header-only library. Therefore to install the library simply:
- wget the header file by clicking the raw button and copying the link
- copy it into your project folder
- include it in your source files
For further information about stb-style header-only libries click here.
See the examples folder.