You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to read data from a UART line in one thread and write other data to it in another thread. I don't know Rust well enough to let the borrow checker use me that uart variable in both threads. Can you please add an example doing this?
The text was updated successfully, but these errors were encountered:
I'd like to read data from a UART line in one thread and write other data to it in another thread. I don't know Rust well enough to let the borrow checker use me that
uart
variable in both threads. Can you please add an example doing this?The text was updated successfully, but these errors were encountered: