Releases: Witty-Wizard/SerialIO
v0.2.3
What's Changed
- [FIXED]: IBus decoding Bug by @Witty-Wizard in #18
- [REFRACTOR] 🔀: Moved the protocol to their respective subdirectories. by @Witty-Wizard in #21
- [Added]: Support for F.Port by @Witty-Wizard in #24
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Arduino ci fail fix by @Witty-Wizard in #12
- [DOCS]: Added documentation for all the supported protocols by @Witty-Wizard in #15
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Added support for IBUS on AVR Architecture except Attiny boards by @Witty-Wizard in #9
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
IBUS Protocol Support: by @Witty-Wizard in #7
IBUS Configuration:
- Baud rate: 115200
- Data bits: 8
- Parity: None
- Stop bits: 1
- Signal polarity: Non-inverted
New Contributors
- @Witty-Wizard made their first contribution in #7
Full Changelog: v0.1.5...v0.2.0
v0.1.5
Full Changelog: v0.1.4...v0.1.5
SerialIO v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3-beta
Full Changelog: 0.1.1...v0.1.3
0.1.1
SerialIO Library v0.1.0 Release
We are excited to announce the release of version 0.1.0 of the SerialIO library! This release marks an important milestone in the development of our library, bringing new features, improvements, and bug fixes to our users.
Features
SBUS Protocol Support: Now you can decode SBUS signals from RC receivers with ease.
CRSF Protocol Support: Decode CRSF signals for enhanced compatibility with modern RC systems.
Flexible API: Intuitive and easy-to-use API for integrating the library into your projects.
0.1.0
SerialIO Library v0.1.0 Release
We are excited to announce the release of version 0.1.0 of the SerialIO library! This release marks an important milestone in the development of our library, bringing new features, improvements, and bug fixes to our users.
Features
SBUS Protocol Support: Now you can decode SBUS signals from RC receivers with ease.
CRSF Protocol Support: Decode CRSF signals for enhanced compatibility with modern RC systems.
Flexible API: Intuitive and easy-to-use API for integrating the library into your projects.
0.0.3
changed file structure