|
Contiki-Inga 3.x
|
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... | |
Interface to the beeper.
Definition in file beep.h.
1.8.3.1