periodic_timer 0.1.0

simple Rust implementation of periodic timer.
Documentation
[[bin]]
name = "sample"
path = "bin/sample.rs"

[[bin]]
name = "capture_sample"
path = "bin/capture_sample.rs"

[[bin]]
name = "struct_sample"
path = "bin/struct_sample.rs"
[dependencies.spin_sleep]
version = "1.1.1"

[package]
authors = ["keg66 <keg@keg66.com>"]
description = "simple Rust implementation of periodic timer."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "periodic_timer"
repository = "https://github.com/keg66/periodic_timer"
resolver = "2"
version = "0.1.0"