| Crates.io | multiwii_serial_protocol |
| lib.rs | multiwii_serial_protocol |
| version | 0.1.1 |
| created_at | 2018-01-15 13:20:14.862963+00 |
| updated_at | 2018-02-13 18:00:13.167703+00 |
| description | A Multiwii Serial Protocol (MSP) implementation for Rust |
| homepage | |
| repository | https://github.com/hashmismatch/multiwii_serial_protocol.rs |
| max_upload_size | |
| id | 46927 |
| size | 28,958 |
An incomplete implementation of the MSP protocol, with some Cleanflight and Betaflight extensions. Allows one to implement a flight controller that can connect to the Cleanflight or Baseflight configurator.
MSP is available on crates.io and can be included in your Cargo enabled project like this:
[dependencies]
multiwii_serial_protocol = "0.1.0"
Then include it in your code like this:
extern crate multiwii_serial_protocol;
License: MIT OR Apache-2.0