stm32f4xx-hal icon indicating copy to clipboard operation
stm32f4xx-hal copied to clipboard

Support half-duplex serial

Open llamington opened this issue 2 years ago • 7 comments

Currently the serial function requires a tuple of RX/TX pins. The reference manual states that "the TX and RX lines are internally connected", so only one pin would be required as an argument.

llamington avatar Apr 02 '23 07:04 llamington