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