embedded-hal-async
An asynchronous Hardware Abstraction Layer (HAL) for embedded systems.
This crate contains asynchronous versions of the [embedded-hal
] traits and shares its scope and [design goals].
The purpose of this crate is to iterate over these trait versions before integrating them into [embedded-hal
].
NOTE These traits are still experimental. At least one breaking change to this crate is expected in the future (changing from GATs to async fn
), but there might be more.
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.
Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the HAL team, promises to intervene to uphold that code of conduct.