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
Previously polling rate (apparent sample rate) was limited purely by I2C speed, script will now wait a full conversion cycle until it next reads the conversion result.
NOTE: Not implementing a time.sleep() in _read(self, pin) as this would be blocking and would inhibit easy implementation of interrupt driven sampling by the ALERT/RDY pin.
0 commit comments