-
Notifications
You must be signed in to change notification settings - Fork 549
Description
I am new in the rust language and I was just using this github repository as my guide. I like to write my code instead of just pulling it from github, works better for me to write the code instead of reading it so, I noticed that this repository is old and have to make some changes in order to use the new versions of some cargos.
I was writing the code for the serial setup to use the UART and couldn't write the code because the embedded-hal crate no longer has the serial trait making the code not updated.
I went to the embedded-hal cargo docs and they changed the serial trait to embeded-io. I tried to implement it and couldn't make it work. Has someone tried to make it work and succeed? Is there other repository that I can read that is more up to date?
Thanks in advance for the help!