bolderflight / sbus

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

Porting Requirements #11

Closed davidbitton closed 5 years ago

davidbitton commented 5 years ago

Hi, Is void SBUS::begin() the only place that requires addt'l platform info? I'm not 100% sure as to which chip I'll use yet, but I need to know where to tweak stuff up. I'll likely use a SAMD21. Thanks.

flybrianfly commented 5 years ago

Assuming the board that you use supports inverted serial with 2 stop bits, then yes, void SBUS::begin() is all that is needed. If you do use a board that's not on our list and get it working, I would love a pull request!

davidbitton commented 5 years ago

it looks like the SoftSerial library supports inverted logic. We'll see how that goes. Thanks.

On Mon, Oct 22, 2018 at 11:15 AM Brian Taylor notifications@github.com wrote:

Assuming the board that you use supports inverted serial with 2 stop bits, then yes, void SBUS::begin() is all that is needed. If you do use a board that's not on our list and get it working, I would love a pull request!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bolderflight/SBUS/issues/11#issuecomment-431864989, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ614oNNh_ywuNjTYkV0sBUUe5xp3rUks5uneD-gaJpZM4XzZ3a .

--

David B. Bitton Code No Evil, LLC

Code Made Fresh Daily.