turret 0.1.3

MAVLink Gimbal Manager and CLI for STorM32 RC Commands gimbals
Documentation
1
2
3
4
5
6
7
8
9
10
//! Wire-protocol drivers that implement [`crate::gimbal::GimbalDevice`].
//!
//! Each backend lives under its own submodule. The trait boundary in
//! [`crate::gimbal`] is what the rest of the crate consumes; backends in
//! this module only need to be `pub` so that downstream crates can name
//! them when they want protocol-specific extensions via
//! [`crate::gimbal::GimbalDevice::as_any_mut`].

#[path = "protocols/storm32_rc.rs"]
pub mod storm32_rc;