Trait missing in esp32c3_hal? #1153
Answered
by
MabezDev
weiying-chen
asked this question in
Q&A
-
I'm trying to program a ESP32-C3 board and a BME280 sensor.
But on this line:
I'm getting this error:
If I use
Does this mean |
Beta Was this translation helpful? Give feedback.
Answered by
MabezDev
Feb 9, 2024
Replies: 1 comment 1 reply
-
Add the eh1 to enable embedded-hal 1.0 traits :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
weiying-chen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the eh1 to enable embedded-hal 1.0 traits :)