diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ Embassy is a project to make async/await a first-class option for embedded devel | |||
| 7 | `embassy` provides a set of traits and types specifically designed for `async` usage. | 7 | `embassy` provides a set of traits and types specifically designed for `async` usage. |
| 8 | 8 | ||
| 9 | - `embassy::io`: `AsyncBufRead`, `AsyncWrite`. Traits for byte-stream IO, essentially `no_std` compatible versions of `futures::io`. | 9 | - `embassy::io`: `AsyncBufRead`, `AsyncWrite`. Traits for byte-stream IO, essentially `no_std` compatible versions of `futures::io`. |
| 10 | - `embassy::flash`: Flash device trait. | 10 | - `embassy::traits::flash`: Flash device trait. |
| 11 | - `embassy::time`: `Clock` and `Alarm` traits. Std-like `Duration` and `Instant`. | 11 | - `embassy::time`: `Clock` and `Alarm` traits. Std-like `Duration` and `Instant`. |
| 12 | - More traits for SPI, I2C, UART async HAL coming soon. | 12 | - More traits for SPI, I2C, UART async HAL coming soon. |
| 13 | 13 | ||
