qiuchengxuan / async-sdmmc

3 stars 2 forks source link

feat: use embedded_hal_async & remove async features #2

Closed elpiel closed 1 year ago

elpiel commented 1 year ago

A few outstanding issues:

Until there is a common word like the proposed ?async (I believe it was called) which marks methods as usable as either async or not the best course of action which I've seen crate API implement is duplicating the interface with async.

qiuchengxuan commented 1 year ago