Crates.io | embedded-hal-nb |
lib.rs | embedded-hal-nb |
version | 1.0.0 |
source | src |
created_at | 2022-08-09 18:32:02.219587 |
updated_at | 2024-01-09 21:40:01.122327 |
description | Non-blocking Hardware Abstraction Layer (HAL) for embedded systems using the `nb` crate. |
homepage | |
repository | https://github.com/rust-embedded/embedded-hal |
max_upload_size | |
id | 641956 |
size | 31,685 |
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.
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.
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.