This crate provides PollingSysTick
, a wrapper around the Cortex-M SysTick
peripheral that makes it easy to get values of the
embedded_hal::timer::CountDown
trait.
Unlike the atsamd-hal
Delay
struct, PollingSysTick
is non-blocking and
lets you have multiple separate CountDown
values at once.
See the Rust documentation.
There’s an example binary that’s set up for a lm3s6965evb with qemu. Run it with
cargo run --example qemu
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.