aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-embedded-hal/README.md')
-rw-r--r--embassy-embedded-hal/README.md12
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
3Collection 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.