Contiki 2.5
Functions
beep.h File Reference

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

#include <avr/io.h>

Go to the source code of this file.

Macros

Definition of Port Pin for beeper.
#define BEEP_PORT   PORTB
 
#define BEEP_DDR   DDRB
 
#define BEEP_PIN   PINB
 
#define BEEP_BIT   5
 

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.
Author
Mike Vidales mavid.nosp@m.a404.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file beep.h.