Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ishtendo-vI-IX-IX-V Oled_bme280
Fork of beep by
Revision 1:e29e9889cfb4, committed 2016-05-04
- 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 | 
--- 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"
--- 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);
 
    