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: X_NUCLEO_CCA02M1 ST_Events-old mbed
Fork of HelloWorld_CCA02M1 by
Revision 11:e4e1ce8b3a26, committed 2017-05-04
- Comitter:
- Davidroid
- Date:
- Thu May 04 10:40:50 2017 +0000
- Parent:
- 10:a175948482b2
- Child:
- 12:203c08553f4d
- Commit message:
- Enabled default configuration at 44.1 KHz (CD audio quality).
Changed in this revision
| X_NUCLEO_CCA02M1.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/X_NUCLEO_CCA02M1.lib Wed May 03 16:34:44 2017 +0000 +++ b/X_NUCLEO_CCA02M1.lib Thu May 04 10:40:50 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST/code/X_NUCLEO_CCA02M1/#bc6113bdde85 +http://developer.mbed.org/teams/ST/code/X_NUCLEO_CCA02M1/#1a061e306cc9
--- a/main.cpp Wed May 03 16:34:44 2017 +0000
+++ b/main.cpp Thu May 04 10:40:50 2017 +0000
@@ -59,7 +59,7 @@
*/
XNucleoCCA02M1_init_t init =
{
- 32000, /* Default Sampling Frequency [Hz]. */
+ 44100, /* Default Sampling Frequency [Hz]. */
2 /* Default number of channels. */
};
