We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
impl
esp-lp-hal
Even though this package is out of our current scope, we need to completely remove eh0.2 imports from our infrastructure.
eh0.2
To do this, we need to implement embedded_hal::i2c::I2c trait for our LpI2c which will allow us to remove eh0.2 dependency from this crate.
embedded_hal::i2c::I2c
LpI2c
The text was updated successfully, but these errors were encountered:
embedded-hal 0.2.x
playfulFence
Successfully merging a pull request may close this issue.
Even though this package is out of our current scope, we need to completely remove
eh0.2
imports from our infrastructure.To do this, we need to implement
embedded_hal::i2c::I2c
trait for ourLpI2c
which will allow us to removeeh0.2
dependency from this crate.The text was updated successfully, but these errors were encountered: