Files
Embedded-Hacking/drivers/0x0a_ir_rust/src/lib.rs
T
2026-03-27 11:19:24 -04:00

9 lines
149 B
Rust

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