Skip to content

Read performance increase

Compare
Choose a tag to compare
@wollewald wollewald released this 03 Sep 15:19
· 67 commits to main since this release
7d73060

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