SerialIO
An Arduino library for decoding multiple RC protocols.
Install / Use
/learn @Witty-Wizard/SerialIOREADME
<p align="center">
<img src="https://img.shields.io/github/v/release/Witty-Wizard/SerialIO" alt="GitHub Release">
<img src="https://img.shields.io/github/issues/Witty-Wizard/SerialIO" alt="Github Issues">
<a href="https://github.com/Witty-Wizard/SerialIO/actions/workflows/arduino_ci.yaml"><img src="https://github.com/Witty-Wizard/SerialIO/actions/workflows/arduino_ci.yaml/badge.svg" alt="Arduino_CI"></a>
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Witty-Wizard/SerialIO?style=flat">
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html"><img src="https://img.shields.io/github/license/Witty-Wizard/SerialIO" alt="GitHub License"></a>
</p>
SerialIO
<p align="center"> <img src="./Assets/SerialIO-Logo.png" alt="SerialIO Logo" width="200"> </p>Overview
SerialIO is a common library designed to simplify the implementation of RC protocol decoding in Arduino projects. It provides a modular and extensible architecture that allows for easy integration of various RC protocols.
How to use?
The examples and the tutorial are available on this link
Contributing to the library
You see a bug or any feature that you require, please feel free to open an issue or if you have fixed the issue then please create a PR on github.
License
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> <img src="https://www.gnu.org/graphics/gplv3-or-later.svg" alt="GPL-3.0-orlater" width="160"> </a>This library is licensed under the GNU General Public License v3.0 or later.
