Crates.io | async_msp_lib |
lib.rs | async_msp_lib |
version | 0.1.15 |
source | src |
created_at | 2020-04-30 21:26:41.931038 |
updated_at | 2020-09-14 18:21:25.158767 |
description | Async msp library for iNav and BetaFlight |
homepage | |
repository | https://github.com/amfern/inav-msp-lib.rs |
max_upload_size | |
id | 235949 |
size | 77,582 |
An incomplete implementation of the MSP2 library, with some Cleanflight, Betaflight and iNav extensions. Allows one to cli to interact with Cleanflight, Betaflight and iNav.
MSP is available on crates.io and can be included in your Cargo enabled project like this:
[dependencies]
async_msp_lib = "0.1.15"
Then include it in your code like this:
extern crate async_msp_lib;
License: MIT OR Apache-2.0