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.
Dependencies: LCD_fonts SPI_TFT_ILI9341 CMSIS_DSP_401_without_cm4 mbed-src SDFileSystem wavfile
Diff: audio_if.cpp
- Revision:
- 10:0986108f8aa3
- Parent:
- 9:5a860b9c8a6a
--- a/audio_if.cpp Sun Dec 13 16:46:14 2015 +0000
+++ b/audio_if.cpp Sun Dec 13 17:58:10 2015 +0000
@@ -81,6 +81,7 @@
int8_t Audio_Init(void)
{
return BSP_AUDIO_IN_Init(48000, 16, 1);
+
}