Big refactor and new run script
This commit is contained in:
parent
5796b78695
commit
a54fa90edc
68 changed files with 769 additions and 336 deletions
8
arduboy-rust/src/libraries/arduboy_tones_library/mod.rs
Normal file
8
arduboy-rust/src/libraries/arduboy_tones_library/mod.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
//!This is the Module to interact in a save way with the ArduboyTones C++ library.
|
||||
//!
|
||||
//! You will need to uncomment the ArduboyTones_Library in the import_config.h file.
|
||||
#[doc(hidden)]
|
||||
mod arduboy_tones;
|
||||
pub mod tones_pitch;
|
||||
|
||||
pub use arduboy_tones::ArduboyTones;
|
Loading…
Add table
Add a link
Reference in a new issue