not sure what happened here but okay
Fork of wave_player by
Diff: wave_player.h
- Revision:
- 2:802c72d59b7a
- Parent:
- 1:acc3e18e77ad
--- a/wave_player.h Tue Jan 18 03:57:27 2011 +0000 +++ b/wave_player.h Wed Oct 12 16:33:25 2016 +0000 @@ -37,7 +37,9 @@ * * @param _dac pointer to an AnalogOut object to which the samples are sent. */ +bool isStarted; wave_player(AnalogOut *_dac); +float volume; /** the player function. *