mciantyre / embedded-spinny

Adapt your embedded async drivers for blocking I/O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embedded-spinny

If you have drivers that implement embedded-hal-async traits, then you can use embedded-spinny adapter types to get spinning, blocking I/O for free. Same goes for embedded-io-async and embedded-io. By designing to common interfaces, embedded-spinny can be used across multiple HALs.

For more information, see the package documentation.

About

Adapt your embedded async drivers for blocking I/O

License:Apache License 2.0


Languages

Language:Rust 100.0%