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
+1. We are in the process of updating atsamd-rs HAL to use embedded-time (atsamd-rs/atsamd#333), but running into issues as converting to a Hertz (as a lot of methods consume an Into<Hertz>) only works for the u64 version, or using TryFrom.
On our side, we never expect anything in the Ghz, so this ends up being unwieldy.
Many of these can be switched from
TryFrom
toFrom
.The text was updated successfully, but these errors were encountered: