Skip to content
Koepel edited this page Jan 2, 2021 · 26 revisions

The Arduino Wire library is used for I2C communication. It is often used in the wrong way. This wiki will explain how to use it.


Nick Gammon wrote an excellent tutorial about I2C and the Arduino Wire library: www.gammon.com.au/i2c


How to make a reliable I2C bus.