https://github.com/witty-wizard/serialio
An Arduino library for decoding multiple RC protocols.
https://github.com/witty-wizard/serialio
arduino attiny crsf elrs esp32 ibus rp2040 sbus
Last synced: 4 months ago
JSON representation
An Arduino library for decoding multiple RC protocols.
- Host: GitHub
- URL: https://github.com/witty-wizard/serialio
- Owner: Witty-Wizard
- License: gpl-3.0
- Created: 2024-03-11T15:48:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T06:31:58.000Z (9 months ago)
- Last Synced: 2025-10-08T02:43:25.052Z (8 months ago)
- Topics: arduino, attiny, crsf, elrs, esp32, ibus, rp2040, sbus
- Language: C++
- Homepage: https://docs.wittywizard.in/projects/serialio
- Size: 231 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SerialIO
## 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](https://docs.wittywizard.in/projects/serialio)
## 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
This library is licensed under the [GNU General Public License v3.0 or later](https://www.gnu.org/licenses/gpl-3.0.en.html).