Skip to content

Commit

Permalink
Merge #418
Browse files Browse the repository at this point in the history
418: embedded-hal-async: fix missing link in README r=eldruin a=newAM

Restored to what it was in bc3fc45.

Co-authored-by: Alex Martens <alex@thinglab.org>
  • Loading branch information
bors[bot] and newAM authored Oct 11, 2022
2 parents 76a71e3 + ea67584 commit c7433b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

This crate contains asynchronous versions of the [`embedded-hal`](https://crates.io/crates/embedded-hal) traits and shares its scope and [design goals].
This crate contains asynchronous versions of the [`embedded-hal`](https://crates.io/crates/embedded-hal) traits and shares its scope and [design goals](https://docs.rs/embedded-hal/latest/embedded_hal/#design-goals).
The purpose of this crate is to iterate over these trait versions before integrating them into [`embedded-hal`](https://crates.io/crates/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.
Expand Down

0 comments on commit c7433b0

Please sign in to comment.