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.
Revision 7:f0e5450449cb, committed 2013-05-15
- Comitter:
- bikeNomad
- Date:
- Wed May 15 23:36:12 2013 +0000
- Parent:
- 6:0217f58bff36
- Commit message:
- turn DAC off after playing
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0217f58bff36 -r f0e5450449cb main.cpp --- a/main.cpp Wed May 15 23:23:55 2013 +0000 +++ b/main.cpp Wed May 15 23:36:12 2013 +0000 @@ -114,6 +114,7 @@ while (samplesRemaining) { wait_us(CHUNK_DURATION_MS * 1000); } + speaker.write_u16(0); } void audioTest()