embedded-hal-async 0.1.0-alpha.1

An asynchronous Hardware Abstraction Layer (HAL) for embedded systems
Documentation

crates.io crates.io Documentation

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.

This project is developed and maintained by the HAL team.

API reference

License

Licensed under either of

at your option.

Contribution

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.

Code of Conduct

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.