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 AUDIO_DISCO_F746NG by
Revision 2:b82abc6fcaef, committed 2017-03-29
- Comitter:
- valadore
- Date:
- Wed Mar 29 10:07:10 2017 +0000
- Parent:
- 0:6f035eff38e4
- Commit message:
- updating audio bsp for simultaneous in-out;
Changed in this revision
AUDIO_DISCO_F746NG.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6f035eff38e4 -r b82abc6fcaef AUDIO_DISCO_F746NG.cpp --- a/AUDIO_DISCO_F746NG.cpp Thu Mar 24 20:23:54 2016 +0000 +++ b/AUDIO_DISCO_F746NG.cpp Wed Mar 29 10:07:10 2017 +0000 @@ -21,7 +21,7 @@ // Constructor AUDIO_DISCO_F746NG::AUDIO_DISCO_F746NG() { - BSP_AUDIO_IN_OUT_Init(INPUT_DEVICE_DIGITAL_MICROPHONE_2, OUTPUT_DEVICE_HEADPHONE, 90, DEFAULT_AUDIO_IN_FREQ); + BSP_AUDIO_IN_OUT_Init(INPUT_DEVICE_INPUT_LINE_1, OUTPUT_DEVICE_HEADPHONE, 70, 48000); } // Destructor