-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leverage embedded-time #185
Comments
So I forked the project, removed the custom I only built it for the
|
Please make a PR. |
Closed by #192 |
We have some extension traits, which define times and frequencies in
src/time.rs
.This module is mostly a 1:1 copy, which can be found in almost every
stm32f*-hal
.It mostly used internally, but gets also exposed, to configured clocks and timers.
Wouldn't it be nicer to use
embedded-time
to replace the currenttime
module?Maybe we can leverage some more features of this crate.
The text was updated successfully, but these errors were encountered: