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
feat(uart): support UART Tx, Rx and data invert function
This enables UART Tx, Rx and data invert function on STM32 families that support it.
In order to enable Tx, Rx and/or data invert, call respectively:
```c++
Serial1.setTxInvert();
Serial1.setRxInvert();
Serial1.setDataInvert();
```
Fixes: stm32duino#1160stm32duino#2669
See also: stm32duino#1418
Signed-off-by: Andrew Yong <[email protected]>
0 commit comments