#ifndef _buzzer_h #define _buzzer_h void buzzer_Init(void); void buzzer_on(void); void buzzer_off(void); #endif