Crates.io | crazyflie-link |
lib.rs | crazyflie-link |
version | 0.3.0 |
source | src |
created_at | 2021-10-01 10:52:15.105781 |
updated_at | 2024-10-03 14:09:11.659619 |
description | Crazyflie link |
homepage | |
repository | https://github.com/bitcraze/crazyflie-link-rs |
max_upload_size | |
id | 459088 |
size | 78,323 |
Link implementation for the Crazyflie quadcopter.
This crates implements low-level link communication to a Crazyflie using the Crazyradio dongle or the direct USB connection. It allows to scan for Crazyflies and to open a bidirectional link.
This crate API is async, it is implemented using the Tokio executor.
This crate currently only supports 2Mbit/s datarate over Crazyradio.
This crate currently only supports the Tokio executor.