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
Hi, I'm looking for justification for the sleep functions in the sensor reading methods.
There is a commit from May 2020 stating they were added to fix timing issues. But I wonder if they really needed to be added to the sensor reading methods. They significantly reduce the max sample rate on the raspberry pi, and I haven't had any issues since removing them: 516f2dc
I'd like to create a pull request unless I have mistaken their purpose.