1
2
3
4
5
6
7
8
//!This is the Module to interact in a save way with the ArduboyTones C++ library.
//!
//! You will need to uncomment the ArduboyTones in the config.toml file.
#[doc(hidden)]
mod arduboy_tones;
pub mod tones_pitch;

pub use arduboy_tones::ArduboyTones;