Page Index - Koepel/How-to-use-the-Arduino-Wire-library GitHub Wiki
11 page(s) in this GitHub Wiki:
- Home
- A I2C bus between two Arduino boards in a project with motors.
- Adding a checksum (is almost useless)
- Arduino in Target mode
- Buffer size of the Wire library
- Check for bus errors ?
- Common mistakes
- Explanation of the functions of the Wire library
- How to make a reliable I2C bus
- How to unlock a stuck I2C bus
- Tricks that are (almost) allowed