Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The alternative I2C implementation takes a non-const data pointer for its write, thus we need to cast away constness to fix the compiler's warning which is treated as error with the default arduino settings.
- Loading branch information