crazyflie-link

Crates.iocrazyflie-link
lib.rscrazyflie-link
version0.3.0
sourcesrc
created_at2021-10-01 10:52:15.105781
updated_at2024-10-03 14:09:11.659619
descriptionCrazyflie link
homepage
repositoryhttps://github.com/bitcraze/crazyflie-link-rs
max_upload_size
id459088
size78,323
Arnaud Taffanel (ataffanel)

documentation

README

Crazyflie link

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.

Limitations

This crate currently only supports 2Mbit/s datarate over Crazyradio.

This crate currently only supports the Tokio executor.

Commit count: 95

cargo fmt