mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-05-24 08:24:11 +02:00
9 lines
149 B
Rust
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; |