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
When we're doing work in the background with the LMIC running in the foreground, we need a way to defer what we're doing to real-time future deadlines. Add an API,
bit_tos_queryTimeCriticalJobs(ostime_ttime);
This API shall return true if any scheduled events should occur before time OS ticks have passed. This allows code to avoid starting a long computation if it would collide with a pending event for the LMIC.
The text was updated successfully, but these errors were encountered:
When we're doing work in the background with the LMIC running in the foreground, we need a way to defer what we're doing to real-time future deadlines. Add an API,
This API shall return true if any scheduled events should occur before
time
OS ticks have passed. This allows code to avoid starting a long computation if it would collide with a pending event for the LMIC.The text was updated successfully, but these errors were encountered: