Witty-Wizard / SerialIO

An Arduino library for decoding multiple RC protocols.
https://witty-wizard.github.io/SerialIO/
GNU General Public License v3.0
3 stars 0 forks source link

✨[FEATURE]: Add Support for Software Serial #25

Open Witty-Wizard opened 2 months ago

Witty-Wizard commented 2 months ago

Overview

Implement Software Serial support, this helps with boards that do not have UART peripheral or 8-bit boards that do not support non-conventional baud rates like in the case of SBus(10000 Bauds per second)

Tasks