BrushlessPower / SBUS2-Telemetry

Arduino Library for SBUS and SBUS2 with Futaba Telemetry
GNU General Public License v3.0
86 stars 24 forks source link

[ESP32] TX and RX pin set function #26

Open BrushlessPower opened 4 years ago

BrushlessPower commented 4 years ago

Sbus.Begin(RX_PIN, TX_PIN);

Sbus.SetPins(RX_PIN, TX_PIN);

something like this

ericlangel commented 3 years ago

also add the selection of Serial0, Serial1, or Serial2

Sbus2.Begin(RX_PIN, TX_PIN, UART_NUM);