This file contains the methods to control the buzzer. More...
#include <avr/io.h>#include "xtypes.h"#include "global.h"#include "speaker.h"
Go to the source code of this file.
Defines | |
| #define | EXPORT |
Functions | |
| void | speaker_Init (void) |
| Init function of module <fan.c>. | |
| void | speaker_Off (void) |
| Method to deactivate the buzzer. | |
| void | speaker_Buzz (void) |
| Method to toggle the buzzer IO pin causing a short clicking noise. | |
Definition in file speaker.c.
1.7.2