Add serial inversion for UART and SerialPIO #2395

Merged
earlephilhower merged 1 commits from inv into master 2024-08-31 17:46:11 +03:00
earlephilhower commented 2024-08-31 03:29:46 +03:00 (Migrated from github.com)

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.
Kinqdos commented 2024-08-31 12:31:22 +03:00 (Migrated from github.com)

Tested it with my sbus receiver and it works fine!

Tested it with my sbus receiver and it works fine!
earlephilhower commented 2024-08-31 17:46:30 +03:00 (Migrated from github.com)

Thanks for the update!

Thanks for the update!
Sign in to join this conversation.