Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/XbeeReceiver.cpp
- Revision:
- 15:ab3e0d32e578
diff -r cc65f603e659 -r ab3e0d32e578 source/XbeeReceiver.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/source/XbeeReceiver.cpp Wed Mar 29 17:00:14 2017 +0000
@@ -0,0 +1,12 @@
+#include "RealXbeeReceiver.hpp"
+
+RealXbeeReceiver::RealXbeeReceiver()
+{
+
+}
+
+void RealXbeeReceiver::start()
+{
+ message_handler_thread.start(handle_parsed_frames_from_mailbox);
+ message_reader_thread.start(read_frame);
+}
\ No newline at end of file