beep library

Dependents:   ParkingSENSOR ParkingSENSOR AwesomeAlarm_BLE DrivingLayerV0004 ... more

Files at this revision

API Documentation at this revision

Comitter:
Reniboy
Date:
Thu May 05 14:17:20 2016 +0000
Parent:
0:01eac446ef9f
Commit message:
Commit

Changed in this revision

buzzer.h Show annotated file Show diff for this revision Revisions of this file
--- 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