You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently starting separate I2C transactions to read 2 consecutive bytes which means the MSB and LSB of the voltage and current readings are not returned atomically. Use a repeat start here to retrieve both bytes atomically.
The text was updated successfully, but these errors were encountered:
Currently starting separate I2C transactions to read 2 consecutive bytes which means the MSB and LSB of the voltage and current readings are not returned atomically. Use a repeat start here to retrieve both bytes atomically.
The text was updated successfully, but these errors were encountered: