Use real GPIO pad inversion to allow inverted RX, TX, and controls for the hardware UART and software PIO-emulated serial ports.
Adds setInvertTX(bool) and setInvertRX(bool) calls to both ports, with setInvertControl(bool) for the HW UARTS.
Use real GPIO pad inversion to allow inverted RX, TX, and controls for the hardware UART and software PIO-emulated serial ports.
Adds ``setInvertTX(bool)`` and ``setInvertRX(bool)`` calls to both ports, with ``setInvertControl(bool)`` for the HW UARTS.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Use real GPIO pad inversion to allow inverted RX, TX, and controls for the hardware UART and software PIO-emulated serial ports.
Adds
setInvertTX(bool)andsetInvertRX(bool)calls to both ports, withsetInvertControl(bool)for the HW UARTS.Tested it with my sbus receiver and it works fine!
Thanks for the update!