mipidsi icon indicating copy to clipboard operation
mipidsi copied to clipboard

Feat/mipidsi async support

Open xgroleau opened this issue 1 year ago • 0 comments

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
  • 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

xgroleau avatar Aug 21 '23 15:08 xgroleau