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
It may be nice to schedule the reading some the onboard environment sensors (temperature, humidity, current, thermistors) as a "background" process which can progressively cycle through the list of sensors and do various device writes / read in a nonblocking way and then cache the results or errors that occur.
This could help prevent the main logic from ever getting blocked and would always have a recent reading of a sensor value or error ready.
The text was updated successfully, but these errors were encountered:
It may be nice to schedule the reading some the onboard environment sensors (temperature, humidity, current, thermistors) as a "background" process which can progressively cycle through the list of sensors and do various device writes / read in a nonblocking way and then cache the results or errors that occur.
This could help prevent the main logic from ever getting blocked and would always have a recent reading of a sensor value or error ready.
The text was updated successfully, but these errors were encountered: