pub fn beep() -> Ev3Result<Child>
Call beep command.
use ev3dev_lang_rust::sound; sound::beep()?.wait()?;