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 8:0dcb2485700e, committed 2017-05-02
- Comitter:
- Davidroid
- Date:
- Tue May 02 16:13:23 2017 +0000
- Parent:
- 7:760d8e527b67
- Child:
- 9:a32bbaf64811
- Commit message:
- Improve performance with a LUT (now default is stereo@32KHz).
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 Tue May 02 12:54:00 2017 +0000 +++ b/X_NUCLEO_CCA02M1.lib Tue May 02 16:13:23 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST/code/X_NUCLEO_CCA02M1/#377677cca2e9 +http://developer.mbed.org/teams/ST/code/X_NUCLEO_CCA02M1/#17bdadc6aa9c
--- a/main.cpp Tue May 02 12:54:00 2017 +0000
+++ b/main.cpp Tue May 02 16:13:23 2017 +0000
@@ -59,7 +59,7 @@
*/
XNucleoCCA02M1_init_t init =
{
- 16000, /* Default Sampling Frequency [Hz]. */
+ 32000, /* Default Sampling Frequency [Hz]. */
2 /* Default number of channels. */
};
