buzzer library

Dependents:   SABLJIC_SEMAFORPROJEKT

Revision:
1:622b1d533a1c
Parent:
0:01eac446ef9f
Child:
2:8db3a16ff066
--- a/buzzer.h	Thu May 05 00:28:41 2016 +0000
+++ b/buzzer.h	Thu May 05 14:17:20 2016 +0000
@@ -2,6 +2,15 @@
 #define MBED_BEEP_H
  
 #include "mbed.h"
+/**
+@namespace Beep Library 
+@brief Contains member functions for the speaker funtion that allow for sending of frequency of sounds and duration through pwm
+@Author Peter Drescher (I do not own the rights to this library and it has been rightly attributed to its owner
+@Revision 2012 
+
+**/
+
+
  
 /** class to make sound with a buzzer, roughly based on a library created by Peter Drescher 
  *   The class use a timeout to switch off the sound  - it is not blocking while making noise