-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Koepel edited this page Mar 24, 2018
·
24 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.
- Common mistakes
- Explanation of the functions of the Wire library
- Check for bus errors ?
- Buffer size of the Wire library
Nick Gammon wrote an excellent tutorial about I2C and the Arduino Wire library: www.gammon.com.au/i2c