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

9 lines
152 B
Rust

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