mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-01 22:30:49 +00:00

Allow creating UarteRx/UarteTx directly. This allows using uart unidirectionally (rx-only or tx-only), without having to 'waste' a pin for the unused direction.