You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be problems as soon as more dynamic baudrate handling will become necessary (e.g. automatic baudrate detection). embedded-hal currently does not expose a generic interface for baudrate management, see rust-embedded/embedded-hal#79.
Would be nice to inclue a generic PHY built ontop of the
embedded-hal
traits. I think this should be possible with the e-h 1.0 traits at least.The text was updated successfully, but these errors were encountered: