multiwii_serial_protocol 0.1.1

A Multiwii Serial Protocol (MSP) implementation for Rust
Documentation
1
2
3
4
5
6
7
#[cfg(not(feature="std"))]
#[path = "no_std.rs"]
pub mod v1;

#[cfg(feature="std")]
#[path = "std.rs"]
pub mod v1;