Contiki 2.5
Functions
beep.h File Reference

Interface to the beeper. More...

#include "sys/clock.h"

Go to the source code of this file.

Functions

void beep_beep (int len)
 Beep for a specified time. More...
 
void beep_alarm (int alarmmode, int len)
 Beep an alarm for a specified time. More...
 
void beep (void)
 Produces a quick click-like beep. More...
 
void beep_down (int len)
 A beep with a pitch-bend down. More...
 
void beep_on (void)
 Turn the beeper on. More...
 
void beep_off (void)
 Turn the beeper off. More...
 
void beep_spinup (void)
 Produce a sound similar to a hard-drive spinup. More...
 
void beep_long (clock_time_t len)
 Beep for a long time (seconds) More...
 

Detailed Description

Interface to the beeper.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file beep.h.