Library for using the LSR SiFlex/ProFlex RF modules with mbed.
Revision 7:25e64602dc61, committed 2016-07-25
- 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 ***/
Mark Harris