How to enable "time" feature in i2c.rs? #65
Unanswered
albertskog
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I noticed if I comment out all the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Awesome, thank you!
And thanks for a great project!
…On Sat, Nov 9, 2024 at 14:39, Andelf ***@***.***(mailto:On Sat, Nov 9, 2024 at 14:39, Andelf <<a href=)> wrote:
It should be fixed now.
—
Reply to this email directly, [view it on GitHub](#65 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAFMPDFZ6V3T5NR2U55HILDZ7YGCPAVCNFSM6AAAAABRKUOQOCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJZGY4DIMA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this feels like a silly question but how do I set up my project to enable the
time
feature in i2c.rs? From what I understand, I need to have an embassy-time-driver enabled and that in turn should provide it? I assumed this is what the feature"time-driver-tim2"
from the examples should do, but it is not working in my case.Here are my dependencies:
For example, this will not build because
timeout
does not exist without thetime
feature:Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions