How to use async input operations for a pin that can be input and output at the same time? #968
Unanswered
anti-social
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example to implement
DHT11
protocol that uses single wire for communication.I tried to convert pin into
PeripheralRef<'d, InputPin + OutputPin>
butembedded_hal_async::digital::Wait
is not implemented for it.Beta Was this translation helpful? Give feedback.
All reactions