First Publish. Works fine.
Dependents: unzen_sample_lpcxpresso_4337_callbacks
Revision 17:3db85c854f56, committed 2016-06-11
- Comitter:
- shorie
- Date:
- Sat Jun 11 04:53:08 2016 +0000
- Parent:
- 16:5e682712d3de
- Commit message:
- Fixed comment for sample
Changed in this revision
unzen.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5e682712d3de -r 3db85c854f56 unzen.h --- a/unzen.h Sat Jun 11 00:27:06 2016 +0000 +++ b/unzen.h Sat Jun 11 04:53:08 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]