Dependents:   playback FTSESpeech i2s_audio_echo i2s_audio_sampler ... more

Files at this revision

API Documentation at this revision

Comitter:
d_worrall
Date:
Thu Aug 04 14:58:11 2011 +0000
Parent:
1:1c6ab181537f
Child:
3:5a09a8df83b1
Commit message:
version 2.32

Changed in this revision

I2SSlave.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2SSlave.h	Thu Aug 04 14:56:32 2011 +0000
+++ b/I2SSlave.h	Thu Aug 04 14:58:11 2011 +0000
@@ -86,8 +86,8 @@
          *
          * @param function Function to attach
          *
-         * e.g. myI2sObject.attach(&myfunction);
-         * OR   myI2sObject.attach(&myClass::myStaticMemberFunction);
+         * <<code>> myI2sObject.attach(&myfunction); <</code>>
+         * OR <<code>> myI2sObject.attach(&myClass::myStaticMemberFunction); <</code>>
          */
         void attach(void(*fptr)(void)){
             akjnh3489v8ncv.attach(fptr);