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.
Dependencies: mbed C12832 FXOS8700Q LM75B eCompass_FPU_Lib
Revision 1:c54902f21aa8, committed 2017-02-24
- Comitter:
- co838_jls44
- Date:
- Fri Feb 24 14:33:41 2017 +0000
- Parent:
- 0:4b83b332b327
- Commit message:
- comment about the playnote method
Changed in this revision
include/Speaker.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4b83b332b327 -r c54902f21aa8 include/Speaker.h --- a/include/Speaker.h Fri Feb 24 11:25:05 2017 +0000 +++ b/include/Speaker.h Fri Feb 24 14:33:41 2017 +0000 @@ -1,7 +1,8 @@ /* Developed by Jean-Paul Saysana - jls44 - MSc Student in Computer Security */ /* Internet of Things and Mobile Devices - CO838 University of Kent */ /* Class speaker to play sound */ -/* The PlayNote method was inspired by an example of the Speaker */ +/* The PlayNote method was inspired by the speaker_demo_PWM */ +/* https://developer.mbed.org/users/4180_1/code/speaker_demo_PWM/ */ #ifndef SPEAKER_H_ #define SPEAKER_H_