File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
12
12
13
13
## Serial/UART traits
14
14
15
- There is no serial traits in ` embedded-hal-async ` . Instead, use [ ` embedded-io-async ` ] ( https://crates.io/crates/embedded-io ) .
15
+ There is no serial traits in ` embedded-hal-async ` . Instead, use [ ` embedded-io-async ` ] ( https://crates.io/crates/embedded-io-async ) .
16
16
A serial port is essentially a byte-oriented stream, and that's what ` embedded-io-async ` models. Sharing the traits
17
17
with all byte streams has some advantages. For example, it allows generic code providing a command-line interface
18
18
or a console to operate either on hardware serial ports or on virtual ones like Telnet or USB CDC-ACM.
You can’t perform that action at this time.
0 commit comments