ep-pin-toggle 0.2.0

`embedded-profiling` implementation using a GPIO toggle
Documentation
[dependencies.embedded-hal]
version = "0.2"

[dependencies.embedded-profiling]
version = "^0.3"
[dev-dependencies.cortex-m]
version = "0.7"

[features]
proc-macros = ["embedded-profiling/proc-macros"]

[package]
categories = ["development-tools::profiling", "embedded"]
description = "`embedded-profiling` implementation using a GPIO toggle"
edition = "2021"
keywords = ["performance", "profiling", "no-std"]
license = "MIT OR Apache-2.0"
name = "ep-pin-toggle"
repository = "https://github.com/TDHolmes/embedded-profiling"
rust-version = "1.57"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true