Skip to content

Read performance increase

Compare
Choose a tag to compare
@wollewald wollewald released this 03 Sep 15:11
· 74 commits to main since this release
106efce

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