Add YieldingAsync adapter
This commit is contained in:
5
embassy-embedded-hal/src/adapter/mod.rs
Normal file
5
embassy-embedded-hal/src/adapter/mod.rs
Normal file
@ -0,0 +1,5 @@
|
||||
mod blocking_async;
|
||||
mod yielding_async;
|
||||
|
||||
pub use blocking_async::BlockingAsync;
|
||||
pub use yielding_async::YieldingAsync;
|
Reference in New Issue
Block a user