Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 366 Bytes

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.