SBUS2-Telemetry icon indicating copy to clipboard operation
SBUS2-Telemetry copied to clipboard

[ESP32] TX and RX pin set function

Open BrushlessPower opened this issue 3 years ago • 1 comments

Sbus.Begin(RX_PIN, TX_PIN);

Sbus.SetPins(RX_PIN, TX_PIN);

something like this

BrushlessPower avatar Sep 03 '20 12:09 BrushlessPower

also add the selection of Serial0, Serial1, or Serial2

Sbus2.Begin(RX_PIN, TX_PIN, UART_NUM);

ericlangel avatar Aug 04 '21 14:08 ericlangel