#ifndef __BUZZER_H__ #define __BUZZER_H__ void buzzer_init(void); #define TONE_LOW 8 #define TONE_MID 4 #define TONE_HIGH 2 #endif