openchronos-ng
opensource firmware for the ez430 chronos
buzzer.h
Go to the documentation of this file.
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_*/
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines