Module embassy_embedded_hal::adapter

source ·
Expand description

Adapters between embedded-hal traits.

Structs§

  • Wrapper that implements async traits using blocking implementations.
  • Wrapper that yields for each operation to the wrapped instance