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
This two pronged approach involving a code change and update to i2cdevice should prevent get_temperature from timing out.
A duplicate read to the interrupt register (which is cleared upon read) was causing it to always read as 0.
The timeout loop has been re-written to avoid a duplicate read.
i2c_device>=0.0.7 is required, since `get()` was causing duplicate reads.
Title says all, there's a timeout condition on INT_STATUS_2 when attempting to read the temperature from device- something must be awry:
The text was updated successfully, but these errors were encountered: