//! @file lib.rs //! @brief Library root for the servo driver crate //! @author Kevin Thomas //! @date 2025 #![no_std] // Servo driver module pub mod servo;