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 would be nice to introduce defmt as dependency (it will bump MSRV to 1.65 I believe) and add the derives behind a feature.
I see there hasn't been much development in the crate but there are some opened PRs and I think this would a good addition as a feature especially since embedded-hal 1.0 crate was recently released and there are a few driver crates that use mint like the bno055 one.
The text was updated successfully, but these errors were encountered:
The intention is generally that you store your data in (and display it with) more feature-rich types, and convert to mint only when passing through interfaces. You can also just call as_ref() and display the underlying array.
I understand this, however, there's already a serde feature and when working on embedded systems I tend to directly use the structures provided by the driver crate when logging information.
It would also help if you can keep the structure dating instead of obscuring it as an array.
It would be nice to introduce defmt as dependency (it will bump MSRV to 1.65 I believe) and add the derives behind a feature.
I see there hasn't been much development in the crate but there are some opened PRs and I think this would a good addition as a feature especially since embedded-hal 1.0 crate was recently released and there are a few driver crates that use
mint
like thebno055
one.The text was updated successfully, but these errors were encountered: