updated docs
This commit is contained in:
parent
063ed9301f
commit
b174a3ae7f
16 changed files with 79 additions and 77 deletions
|
@ -1,4 +1,5 @@
|
|||
//!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.
|
||||
pub use crate::library::arduboy_tone_pitch;
|
||||
use core::ffi::{c_uchar, c_uint, c_ulong};
|
||||
|
@ -34,6 +35,7 @@ extern "C" {
|
|||
|
||||
}
|
||||
///This is the struct 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.
|
||||
pub struct ArduboyTones {}
|
||||
impl ArduboyTones {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//! This is the Module to interact in a save way with the ArdVoice C++ library.
|
||||
//!
|
||||
//! You will need to uncomment the ArdVoice_Library in the import_config.h file.
|
||||
|
||||
use core::ffi::{c_float, c_uchar, c_ulong};
|
||||
|
@ -19,6 +20,7 @@ extern "C" {
|
|||
fn ardvoice_is_voice_playing_raw() -> bool;
|
||||
}
|
||||
///This is the struct to interact in a save way with the ArdVoice C++ library.
|
||||
///
|
||||
///You will need to uncomment the ArdVoice_Library in the import_config.h file.
|
||||
pub struct ArdVoice {}
|
||||
impl ArdVoice {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue