|
Contiki 2.5
|
This file implements a beep function to emit a beep sound from Raven's speaker.More...
#include "beep.h"#include "key.h"#include <stdlib.h>#include "util/delay.h"#include <avr/interrupt.h>Go to the source code of this file.
Macros | |
| #define | BASE 31250/2 |
| Play polyphonic tune using buzzer. More... | |
Functions | |
| void | beep (void) |
| Emits a beep from the Raven's buzzer. More... | |
This file implements a beep function to emit a beep sound from Raven's speaker.
Also polyphonic ringtones.
Definition in file beep.c.
1.8.3.1