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
The text was updated successfully, but these errors were encountered:
We have some
time_us
variables laying around, for example in the blocking i2c implementationI 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 siteThe text was updated successfully, but these errors were encountered: