Releases: Carbon225/raspberry-sbus
Releases · Carbon225/raspberry-sbus
v2.1.1
v2.1.0
Major code rewrite.
Had to change the packet struct so old code needs a small change. The packet callback now takes a reference (const sbus_packet_t&) and the struct contains the channel array and not just a pointer. Look at examples/send_to_self.cpp to see how to send packets.
v2.0.1 FTDI fix
FTDI finally works!
Just run sbus.setLowLatencyMode(true)
.
Example in examples/passthrough.cpp
.
Changes:
- added FTDI low latency mode
- rename target from sbuslib to libsbus (old name still works)
- better docs
- fixed typo in SBUS::channel
v2.0.0 stable
People say it works