diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 21:05:09 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 21:05:09 +0100 |
| commit | cf7da1c2bb4913c377633f004a5b3d8008a3c170 (patch) | |
| tree | 8c34ac4378ba4faa3dd3e95e5b9d7bf6bbf7da05 /embassy-embedded-hal/README.md | |
| parent | b0b1ef9181a9e0bfd85717fd61fee97c875c26bc (diff) | |
embassy-embedded-hal: add README.
Diffstat (limited to 'embassy-embedded-hal/README.md')
| -rw-r--r-- | embassy-embedded-hal/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/embassy-embedded-hal/README.md b/embassy-embedded-hal/README.md new file mode 100644 index 000000000..69581c788 --- /dev/null +++ b/embassy-embedded-hal/README.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # embassy-embedded-hal | ||
| 2 | |||
| 3 | Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy. | ||
| 4 | |||
| 5 | - Shared SPI and I2C buses, both blocking and async, with a `SetConfig` trait allowing changing bus configuration (e.g. frequency) between devices on the same bus. | ||
| 6 | - Async utilities | ||
| 7 | - Adapters to convert from blocking to (fake) async. | ||
| 8 | - Adapters to insert yields on trait operations. | ||
| 9 | - Flash utilities | ||
| 10 | - Split a flash memory into smaller partitions. | ||
| 11 | - Concatenate flash memories together. | ||
| 12 | - Simulated in-memory flash. | ||
