|
Contiki 2.5
|
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... | |
This file implements a beep function to emit a beep sound from Raven's speaker.
Definition in file beep.h.
1.8.3.1