beep library
Dependents: ParkingSENSOR ParkingSENSOR AwesomeAlarm_BLE DrivingLayerV0004 ... more
Revision 1:622b1d533a1c, committed 2016-05-05
- 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 |
diff -r 01eac446ef9f -r 622b1d533a1c buzzer.h --- 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