embedded-hal-nb

Crates.ioembedded-hal-nb
lib.rsembedded-hal-nb
version1.0.0
sourcesrc
created_at2022-08-09 18:32:02.219587
updated_at2024-01-09 21:40:01.122327
descriptionNon-blocking Hardware Abstraction Layer (HAL) for embedded systems using the `nb` crate.
homepage
repositoryhttps://github.com/rust-embedded/embedded-hal
max_upload_size
id641956
size31,685
HAL (github:rust-embedded:hal)

documentation

https://docs.rs/embedded-hal-nb

README

crates.io crates.io Documentation Minimum Supported Rust Version

embedded-hal-nb

A non-blocking Hardware Abstraction Layer (HAL) for embedded systems, using the nb crate.

This crate contains versions of some embedded-hal traits using nb, and shares its scope and design goals.

This project is developed and maintained by the HAL team.

API reference

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 and up. It might compile with older versions but that may change in any new patch release.

See here for details on how the MSRV may be upgraded.

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.

Commit count: 840

cargo fmt