mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-19 01:17:21 +02:00
feat: add 0x03_button_rust driver with 8 unit tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! @file lib.rs
|
||||
//! @brief Library root for the button driver crate
|
||||
//! @author Kevin Thomas
|
||||
//! @date 2025
|
||||
|
||||
#![no_std]
|
||||
|
||||
pub mod button;
|
||||
Reference in New Issue
Block a user