Files
Embedded-Hacking/drivers/0x09_dht11_rust/src/lib.rs
T

10 lines
159 B
Rust

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