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