Rust-for-Arduboy/arduboy-rust/src/hardware/mod.rs

3 lines
106 B
Rust

//! This is the Module to interact in a save way with the Arduboy hardware.
pub mod buttons;
pub mod led;