Skip to content

Tags: bolderflight/sbus

Tags

v8.1.4

Toggle v8.1.4's commit message
Fixed a bug where trying to write SBUS packets with Teensy 3.1/3.2 wo…

…uld hang the processor by de-referencing a null pointer

v8.1.3

Toggle v8.1.3's commit message
Updated core to v3.1.3

v8.1.2

Toggle v8.1.2's commit message
Updated core to v3.1.2

v8.1.1

Toggle v8.1.1's commit message
Updated core to support MMOD

v8.1.0

Toggle v8.1.0's commit message
Added option for fast SBUS (200000 baud)

v8.0.1

Toggle v8.0.1's commit message
Enabling ESP32 to use non-inverted SBUS

v8.0.0

Toggle v8.0.0's commit message
Fixed bug in SBUS timing, added options for non-inverted signals, and…

… simplified the class interfaces.

v7.0.0

Toggle v7.0.0's commit message
Using std::array for passing around SBUS data and commands

v6.0.3

Toggle v6.0.3's commit message
Cleanup after merge. Using mcu-support repo for CMake builds.

v6.0.2

Toggle v6.0.2's commit message
Removed the tools folder to fix Arduino linting