// Re-exports for convenience
pub use Error;
pub use Hcsr04;
pub use ;
// Additional Feature specific modules and re-exports
/// This alias simplifies function signatures by defaulting the error type
/// to the crate's custom [`Error`] enum.
pub type Result<T> = Result;