Defines | Functions

speaker.c File Reference

This file contains the methods to control the buzzer. More...

#include <avr/io.h>
#include "xtypes.h"
#include "global.h"
#include "speaker.h"
Include dependency graph for speaker.c:

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.

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file speaker.c.