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