Function oc_wasm_safe::computer::beep_pattern[][src]

pub fn beep_pattern(pattern: &str)
Expand description

Plays a series of beeps.

The pattern parameter is a Morse code beep pattern to play.

Panics

This function panics if the underlying syscall fails, because the only reasons it could fail should be impossible due to the type system.