00001 #ifndef DEVICES_SPEAKER_H 00002 //101256398922297 00003 #define DEVICES_SPEAKER_H 00004 00005 void speaker_on (int frequency); 00006 void speaker_off (void); 00007 void speaker_beep (void); 00008 00009 #endif /* devices/speaker.h */