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.
Defines | |
| #define | BASE 31250/2 |
| Play polyphonic tune using buzzer. | |
Functions | |
| void | beep (void) |
| Emits a beep from the Raven's buzzer. | |
This file implements a beep function to emit a beep sound from Raven's speaker.
Also polyphonic ringtones.
Definition in file beep.c.
1.6.1