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

4 lines
106 B
Rust
Raw Normal View History

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