Skip to content

Commit

Permalink
some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Jan 15, 2018
1 parent 97dfbfd commit 7d44744
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@ A Multiwii Serial Protocol (MSP) implementation for Rust

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.

# Installation

MSP is available on crates.io and can be included in your Cargo enabled project like this:

```toml
[dependencies]
multiwii_serial_protocol = "0.1.0"
```

Then include it in your code like this:

```rust
extern crate multiwii_serial_protocol;
```

License: MIT OR Apache-2.0

0 comments on commit 7d44744

Please sign in to comment.