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
Diff: Sound/playSound.h
- Revision:
- 0:2b0c527942db
diff -r 000000000000 -r 2b0c527942db Sound/playSound.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sound/playSound.h Wed Nov 02 02:02:03 2016 +0000 @@ -0,0 +1,6 @@ +#ifndef PLAYSOUND_H__ +#define PLAYSOUND_H__ + +void playSound(char * wav); + +#endif //PLAYSOUND_H__ \ No newline at end of file
