beep

Function beep 

Source
pub fn beep() -> Ev3Result<Child>
Expand description

Call beep command.

ยงExample

use ev3dev_lang_rust::sound;

sound::beep()?.wait()?;