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
The communication happens in the "getADCconversion" function and most of the lifting happens in the "getMeasurements" functions, but to get both pressure and temperature values, both functions have to be called twice. This leads to several milliseconds of delay between the measurements, and generally holding up the processor for twice the amount of time that is necessary.
The text was updated successfully, but these errors were encountered:
The communication happens in the "getADCconversion" function and most of the lifting happens in the "getMeasurements" functions, but to get both pressure and temperature values, both functions have to be called twice. This leads to several milliseconds of delay between the measurements, and generally holding up the processor for twice the amount of time that is necessary.
The text was updated successfully, but these errors were encountered: