bolderflight / sbus

Arduino and CMake library for communicating with SBUS receivers and servos.
MIT License
373 stars 132 forks source link

Hi, I added optional parameters for the ESP 32 #34

Closed TheDIYGuy999 closed 3 years ago

TheDIYGuy999 commented 4 years ago

They allow to select the TX and RX pin as well as inverting or non inverting mode. Tested and working fine on the ESP32 and on the ATmega 328 platform. I'm using it on my ESP32 RC engine sound & light controller as well as on my "Micro RC" 2.4GHz receiver.

I did not change anything else in the code, so it should merge without issues.

itslouismueller commented 3 years ago

These changes worked with my TinyPICO, thanks!