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
We have some time_us variables laying around, for example in the blocking i2c implementation
I think it might be better to use the MicroSecond/MilliSecond structs defined in time.rs instead, for reducing the risk of errors, and making clear what the unit is at the call site