Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESP32] TX and RX pin set function #26

Open
BrushlessPower opened this issue Sep 3, 2020 · 1 comment
Open

[ESP32] TX and RX pin set function #26

BrushlessPower opened this issue Sep 3, 2020 · 1 comment
Labels
Done Done but not commited
Milestone

Comments

@BrushlessPower
Copy link
Owner

Sbus.Begin(RX_PIN, TX_PIN);

Sbus.SetPins(RX_PIN, TX_PIN);

something like this

@BrushlessPower BrushlessPower added the inProgress already working on that label Dec 8, 2020
@ericlangel
Copy link
Collaborator

also add the selection of Serial0, Serial1, or Serial2

Sbus2.Begin(RX_PIN, TX_PIN, UART_NUM);

@ericlangel ericlangel changed the title TX and RX pin set function [ESP32] TX and RX pin set function Aug 5, 2021
@BrushlessPower BrushlessPower added Done Done but not commited and removed inProgress already working on that labels Mar 10, 2022
@ericlangel ericlangel added this to the Release V1.3 milestone May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Done but not commited
Projects
None yet
Development

No branches or pull requests

2 participants