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.
Diff: MagneWave.h
- Revision:
- 3:500b992880b3
- Parent:
- 0:5a700113dd87
- Child:
- 4:8b4be75fd97a
--- a/MagneWave.h Thu Oct 31 15:07:37 2013 +0000 +++ b/MagneWave.h Sat Nov 02 08:14:03 2013 +0000 @@ -22,7 +22,9 @@ void play( FILE *wavefile ); private: + Timer m_timer; SoftMCP4922 *m_wave_DAC; + FILE *m_wavefile; };