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