embassy/embassy-traits/src
bors[bot] cdfd128185
Merge #545
545: Add adapter for implementing async traits for blocking types r=lulf a=lulf

This allows writing drivers relying on async traits, while still
functioning with implementations that already implement the embedded-hal
traits.

Co-authored-by: Ulf Lilleengen <lulf@redhat.com>
2022-01-03 14:17:21 +00:00
..
adapter.rs Add adapter for implementing async traits for blocking types 2021-12-17 12:54:51 +01:00
delay.rs Fix missing lifetime bounds 2021-11-21 10:10:28 +00:00
flash.rs Clippy fixes 2021-10-18 01:05:29 +02:00
gpio.rs Fix missing lifetime bounds 2021-11-21 10:10:28 +00:00
i2c.rs Some API documentation fixes in traits 2021-12-19 08:49:19 +01:00
lib.rs Add adapter for implementing async traits for blocking types 2021-12-17 12:54:51 +01:00
rng.rs Remove unneeded rustfmt::skip 2021-12-16 11:37:53 +01:00
spi.rs Some API documentation fixes in traits 2021-12-19 08:49:19 +01:00
uart.rs Some API documentation fixes in traits 2021-12-19 08:49:19 +01:00