Communication
A library to simplify sending data via I2C (aka TWI).
This is a Wiring Framework (and Arduino) library to simplify sending multi-byte data over I2C.
Oftentimes when you are writing some code that uses I2C, you will want to send multi-byte data over I2C protocol. The Wire library has no concept of data types, and only permits sending data as bytes.
This library contains some templates to permit sending multi-byte variables/data over I2C.
Issues or questions: https://github.com/bhagman/WireData/issues
Maintainer: Brett Hagman
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.