Last commit 05 Aug 2011
Revision 2:f25201f154d0, committed 04 Aug 2011
- Comitter:
- Date:
- Thu Aug 04 14:58:11 2011 +0000
- Parent:
- 1:1c6ab181537f
- Child:
- 3:5a09a8df83b1
- Commit message:
- version 2.32
Changed in this revision
--- 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);

