Crates.io | multiwii_serial_protocol_v2 |
lib.rs | multiwii_serial_protocol_v2 |
version | 0.1.12 |
source | src |
created_at | 2020-04-30 21:18:03.306399 |
updated_at | 2020-08-10 18:39:27.023964 |
description | A Multiwii Serial Protocol (MSP) implementation for Rust |
homepage | |
repository | https://github.com/amfern/multiwii_serial_protocol.rs |
max_upload_size | |
id | 235945 |
size | 45,807 |
This is a fork of https://github.com/hashmismatch/multiwii_serial_protocol.rs!
An incomplete implementation of the MSP2 protocol, with some Cleanflight, Betaflight and iNav 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_2 = "0.1.12`"
Then include it in your code like this:
extern crate multiwii_serial_protocol_2;
License: MIT OR Apache-2.0