Contiki 2.5
Macros | Functions
beep.c File Reference

 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...
 

Detailed Description

 This file implements a beep function to emit a beep sound from Raven's
 speaker.

Also polyphonic ringtones.

Author
Mike Vidales mavid.nosp@m.a404.nosp@m.@gmai.nosp@m.l.co.nosp@m.m David Kopf dak66.nosp@m.4@em.nosp@m.barqm.nosp@m.ail..nosp@m.com

Definition in file beep.c.