This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Abstract timestamps with embedded-time #13
Labels
const-generics
This issue depends on const generics in stable Rust.
enhancement
New feature or request
https://crates.io/crates/embedded-time provides a lot of nice abstractions for raw timestamps. We probably want to replace
Timestamp::base
andTimestamp::delta
with aembedded_time::Instant
. The API needs to account for the clock frequency for theembedded_time::Clock
we need to create.The text was updated successfully, but these errors were encountered: