stm32f4xx-hal
stm32f4xx-hal copied to clipboard
Support half-duplex serial
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.