JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Move from embassy-traits to embedded-hal-async #45

Closed nils-van-zuijlen closed 1 year ago

nils-van-zuijlen commented 1 year ago

embassy-traits have not made a release for 2 years, even though the embassy project has been expanding. As embassy now implements the embedded-hal-async traits, replacing embassy-traits with embedded-hal-async traits should be a drop-in replacement.

Also, embassy-traits does not even compile anymore on latest nightlies.

Summary of changes:

JohnDoneth commented 1 year ago

Looks good!