-
how do I construct an instance of UART<'d, T, Async>? |
Beta Was this translation helpful? Give feedback.
Answered by
andelf
Nov 1, 2024
Replies: 2 comments
-
Check out https://github.com/ch32-rs/ch32-hal/blob/main/examples/ch32x035/src/bin/uart_tx_async.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cvbni
-
Thank you!It work fine for me . Great!!! |
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
Check out https://github.com/ch32-rs/ch32-hal/blob/main/examples/ch32x035/src/bin/uart_tx_async.rs