00001 00011 #ifndef BUZZER_H_ 00012 #define BUZZER_H_ 00013 00029 typedef uint16_t note; 00030 00034 void buzzer_init(void); 00035 00040 void buzzer_play(note *notes); 00041 00042 #endif /*BUZZER_H_*/