You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded-hal-async/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ An asynchronous Hardware Abstraction Layer (HAL) for embedded systems.
12
12
This crate contains asynchronous versions of the [`embedded-hal`] traits and shares its scope and [design goals].
13
13
The purpose of this crate is to iterate over these trait versions before integrating them into [`embedded-hal`].
14
14
15
-
**NOTE**This HAL is in active development.
15
+
**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.
16
16
17
17
<!-- This project is developed and maintained by the [HAL team][team]. -->
0 commit comments