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
Add Circuits.UART.controlling_process/2. This assigns a new controlling
process Pid to a uart in similar to OTP functions like :gen_udp.controlling_process/2.
Thanks to Robin Hilliard for adding this.