First Publish. Works fine.

Dependents:   unzen_sample_LPC4088_quickstart

Revision:
17:78be0725977b
Parent:
16:e417a99447ed
--- a/unzen.h	Sat Jun 11 00:26:41 2016 +0000
+++ b/unzen.h	Sat Jun 11 05:32:41 2016 +0000
@@ -78,8 +78,8 @@
        // create an audio framework by singlton pattern
     unzen::Framework audio;
  
-         // Set I3C clock to 10kHz
-    i2c.frequency( 10000 );
+         // Set I3C clock to 100kHz
+    i2c.frequency( 100000 );
 
 
         // Configure the optional block size of signal processing. By default, it is 1[Sample]