bolderflight / sbus

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

Moved ESP32 pin specification from constructor to Begin() #50

Closed simondlevy closed 2 years ago

simondlevy commented 2 years ago

Sorry for the additional pull request; I should've added ESP32 support this way the first time! New API eliminates unnecessary instance variables and is more consistent with multi-platform Wire.begin().