embedded-time vs fugit #141
Labels
help wanted
Extra attention is needed
topic: api
Issues concerning the abstract API
type: enhancement
New feature or request
Hi,
I notice in the
stm32-rs
hal crates, there seems to be a move towardsfugit
(andfugit_timer
) to replaceembedded-time
.In my case, using
stm32f7xx-hal
, I was able to sort out a newtype wrapper to makestepper
happy.But am wondering, would a pull request to change
stepper
to replaceembedded-time
withfugit
be welcome?I'm not sure how this would affect non-embedded users using
std::time
.The text was updated successfully, but these errors were encountered: