embassy/embassy-embedded-hal
Ulf Lilleengen 886580179f update dates
2024-08-05 08:58:56 +02:00
..
src Hand-roll Clone impl instead of derive 2024-07-18 12:14:56 +02:00
Cargo.toml Prepare embassy-time release 2024-08-05 08:56:29 +02:00
CHANGELOG.md update dates 2024-08-05 08:58:56 +02:00
README.md embassy-embedded-hal: add README. 2024-01-11 21:05:09 +01:00

embassy-embedded-hal

Collection of utilities to use embedded-hal and embedded-storage traits with Embassy.

  • 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.
  • Async utilities
    • Adapters to convert from blocking to (fake) async.
    • Adapters to insert yields on trait operations.
  • Flash utilities
    • Split a flash memory into smaller partitions.
    • Concatenate flash memories together.
    • Simulated in-memory flash.