We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03578fe commit 3471d21Copy full SHA for 3471d21
1 file changed
embedded-hal-async/README.md
@@ -12,7 +12,7 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
12
13
## Serial/UART traits
14
15
-There is no serial traits in `embedded-hal-async`. Instead, use [`embedded-io-async`](https://crates.io/crates/embedded-io).
+There is no serial traits in `embedded-hal-async`. Instead, use [`embedded-io-async`](https://crates.io/crates/embedded-io-async).
16
A serial port is essentially a byte-oriented stream, and that's what `embedded-io-async` models. Sharing the traits
17
with all byte streams has some advantages. For example, it allows generic code providing a command-line interface
18
or a console to operate either on hardware serial ports or on virtual ones like Telnet or USB CDC-ACM.
0 commit comments