mk90.commands

Command beep

Emit a short tone through the internal buzzer.

Synopsis

beep

Ordinary invocation: foreground child, PID 3; the shell waits. Not an allowed pipe producer.

Parameters

This command has no documented parameters.

Description

Uses the kernel’s bounded shared-controller transaction and then releases the controller. It accepts no pitch or duration argument.

Examples

beep

Limits and side effects

  • For programmable raw sound parameters in a BASIC application, use SOUND. For periodic background beeps, use RUN PULSE.

Status and diagnostics

Success is status 0. No command-specific status is added; shared ROM/controller failures remain possible. See the diagnostic reference.

See also

run · uart · Shell syntax