-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement embedded-io
traits
#721
Comments
I am working on an example that reads from one serial port and writes to another using Click to expand compile errors
From the Click to expand code
Click to expand Cargo.toml
These are also available in a package structure at https://github.com/pdgilbert/echo . This example is derived from an example that worked with |
Also tried with the Click to expand compile errors
|
with
embedded-hal
v1 the UART related traits have been removed in favour ofembedded-io
. thus these traits should be implemented by this HAL so that the replacement for the old e-h 0.2 traits is available.for avr-hal i've done an attempt at this, maybe that helps as a reference: Rahix/avr-hal#484 (i don't have an STM32 at hand, so i can't provide it here, sorry)
The text was updated successfully, but these errors were encountered: