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.
Fork of wave_player by
Diff: wave_player.h
- Revision:
- 2:1a9dbc4d2b46
- Parent:
- 1:acc3e18e77ad
diff -r acc3e18e77ad -r 1a9dbc4d2b46 wave_player.h
--- a/wave_player.h Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.h Sun Feb 02 10:48:11 2014 +0000
@@ -30,8 +30,8 @@
* }
* @endcode
*/
+
class wave_player {
-
public:
/** Create a wave player using a pointer to the given AnalogOut object.
*
@@ -58,6 +58,10 @@
*/
void set_verbosity(int v);
+float volume;
+//public:
+//AnalogIn position_player;
+
private:
void dac_out(void);
int verbosity;
