JaeHak Jeong / Mbed 2 deprecated HelloWorld_CCA02M1

Dependencies:   X_NUCLEO_CCA02M1 ST_Events-old mbed

Fork of HelloWorld_CCA02M1 by ST

Files at this revision

API Documentation at this revision

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. */
 };