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