bolderflight / sbus

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

Changed constructor to accept serial device directly #3

Closed humanoid2050 closed 7 years ago

humanoid2050 commented 7 years ago

Reduces the amount of code required.

flybrianfly commented 7 years ago

Works great and simplifies the code base, thanks!