mipidsi
mipidsi copied to clipboard
Feat/mipidsi async support
Reimplemented using async as discussed in #63. Pretty much copy/paste with async/await keywords
Couples things to note and discussion points:
- Async crate uses the alpha embedded-hal
- Currently using the git version of
display-interface
, we might want to wait for the release - Some things where made public to allow reuse from the non async to async crate.
- We could use a
-common
crate and put everything public and the crate but not reexport it in the main crates
- We could use a
- Currently the doc is copy/pasted, we might want to modify some things or just reference the base library? (e.g. "Async version of [mipidsi::Display]") Whatever you think is best for the doc