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 current state is pretty well covered here i think, at the moment people are experimenting with embedded-time and hopefully we'll move hardware traits back to e-h and maybe maintenance to the wg when it stabilises / becomes well used.
so i would probably suggest looking there if it works for you? in the past (for extremely similar reasons) i have defined a Timer trait along with whatever network component but, they're functionally very similar to those in embedded-time. the only note i would make is you may benefit from abstracting over this so you can consume a read only timer and perform any adjustments in the wrapper (so others can consume the same timer object).
I am currently bindgen'ing OpenThread and want to create an idiomatic wrapper around it.
Among other things (e.g. radio-hal), OpenThread needs support for a MilliSecond timer API:
I am wondering what I should build this on. I see several (competing? complementing?) options:
Any recommendations?
The text was updated successfully, but these errors were encountered: