almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 46 forks source link

create workspace and mipidsi-async placeholder #69

Closed almindor closed 11 months ago

almindor commented 11 months ago

First step in making an async version of mipidsi. I think it'd be best to have it as a separate crate. If code-reuse that's ergonomic can be found we can perhaps move sections into a common library or such.

This should enable moving forward for #60 and #63/

This PR:

  1. Moves mipidsi crate itself into a subfolder
  2. Creates a workspace
  3. Adds a placeholder crate in mipidsi-async for that purpose
  4. Adds a generic README pointing to individual crates