Library for using the LSR SiFlex/ProFlex RF modules with mbed.

Files at this revision

API Documentation at this revision

Comitter:
Issus
Date:
Mon Jul 25 23:17:51 2016 +0000
Parent:
6:b0445108f82f
Child:
8:10f8dbd8dfff
Commit message:
Auto-attach the runhostrxstatemachine method when serial data is received.

Changed in this revision

LsrModule.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LsrModule.cpp	Mon Jul 25 22:18:30 2016 +0000
+++ b/LsrModule.cpp	Mon Jul 25 23:17:51 2016 +0000
@@ -148,6 +148,8 @@
     {
         ptrRxMsgCallbackTable[u8ForLoopCounter] = NULL;
     }
+    
+    attach(this, &LsrModule::RunHostRxStateMachine);
 }   /*** End ~LsrModule ***/