BeRTOS
Functions
buzzer.h File Reference

Buzzer driver. More...

#include <cfg/compiler.h>

Go to the source code of this file.

Functions

void buz_init (void)
 Initialize buzzer.
void buz_beep (mtime_t time)
 Beep for the specified ms time.
void buz_repeat_start (mtime_t duration, mtime_t interval)
 Start buzzer repetition.
void buz_repeat_stop (void)
 Stop buzzer repetition.

Detailed Description

Buzzer driver.

Author:
Bernie Innocenti <bernie@codewiz.org>

Definition in file buzzer.h.