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: 4DGL-uLCD-SE LSM9DS1_Library_cal SDFileSystem mbed wave_player
Fork of 4180Lab_4 by
Sound/playSound.h@0:2b0c527942db, 2016-11-02 (annotated)
- Committer:
- rmaran6
- Date:
- Wed Nov 02 02:02:03 2016 +0000
- Revision:
- 0:2b0c527942db
a
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| rmaran6 | 0:2b0c527942db | 1 | #ifndef PLAYSOUND_H__ |
| rmaran6 | 0:2b0c527942db | 2 | #define PLAYSOUND_H__ |
| rmaran6 | 0:2b0c527942db | 3 | |
| rmaran6 | 0:2b0c527942db | 4 | void playSound(char * wav); |
| rmaran6 | 0:2b0c527942db | 5 | |
| rmaran6 | 0:2b0c527942db | 6 | #endif //PLAYSOUND_H__ |
