embassy-embedded-hal

Crates.ioembassy-embedded-hal
lib.rsembassy-embedded-hal
version0.5.0
created_at2022-09-18 16:43:52.465356+00
updated_at2025-08-27 17:01:46.081372+00
descriptionCollection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy.
homepage
repositoryhttps://github.com/embassy-rs/embassy
max_upload_size
id668710
size77,095
Dario Nieuwenhuis (Dirbaio)

documentation

https://docs.embassy.dev/embassy-embedded-hal

README

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.
Commit count: 11034

cargo fmt