Buzzzer

Dependents:   ishtendo-vI-IX-IX-V Oled_bme280

Fork of beep by Pallavi Prasad

Files at this revision

API Documentation at this revision

Comitter:
Ihsianmulla
Date:
Wed May 04 13:00:51 2016 +0000
Parent:
0:080ef5594cce
Commit message:
Buzzer Library using PWM

Changed in this revision

beep.cpp Show annotated file Show diff for this revision Revisions of this file
beep.h Show annotated file Show diff for this revision Revisions of this file
diff -r 080ef5594cce -r e29e9889cfb4 beep.cpp
--- a/beep.cpp	Thu Oct 11 20:14:49 2012 +0000
+++ b/beep.cpp	Wed May 04 13:00:51 2016 +0000
@@ -1,3 +1,13 @@
+/** Piezo Buzzer Functions
+* Used for creating an audible alert when starting and to indicate failure of task
+@file beep.cpp
+@brief PiezoBuzzer header file containing functions uses PWM
+@brief write stuff ehre
+@author Pallavi Prasad
+@date April2016
+*/
+
+
 #include "beep.h"
 #include "mbed.h"
 
diff -r 080ef5594cce -r e29e9889cfb4 beep.h
--- a/beep.h	Thu Oct 11 20:14:49 2012 +0000
+++ b/beep.h	Wed May 04 13:00:51 2016 +0000
@@ -34,7 +34,7 @@
 
 /** Create a Beep object connected to the specified PwmOut pin
  *
- * @param pin PwmOut pin to connect to 
+ * @param pin PwmOut pin to connect to PTC10
  */
     Beep (PinName pin);