Skip to content

Read performance increase

Compare
Choose a tag to compare
@wollewald wollewald released this 03 Sep 15:22
· 52 commits to master since this release
d36740c

In the readRegister function, I have added a "false" in Wire.endTransmission() ---> Wire.endTransmission(false) before Wire.requestFrom(). This saves some microseconds.