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:
- 5:a1c57d771887
- Parent:
- 4:8b4be75fd97a
- Child:
- 7:b0bb700d8383
--- a/MagneWave.h Wed Nov 06 17:52:59 2013 +0000 +++ b/MagneWave.h Thu Nov 07 11:17:35 2013 +0000 @@ -22,13 +22,12 @@ void play( FILE *wavefile ); private: -void dacOut(); + void dacOut(); -// Timer m_timer; SoftMCP4922 *m_wave_DAC; FILE *m_wavefile; Ticker tick; - unsigned short m_fifo[256]; + unsigned short m_fifo[128]; short m_wptr; volatile short m_rptr; bool m_dacOn;