The Modified Dot Library for SX1272

This version has been restoring as initial changes.

Verify the following dependencies:

Mbed-os 5.11 libmdot 3.2.0 for Mbed OS5.11

Revision:
30:c3150500b324
Parent:
19:f3a46d2bb9b3
Child:
31:7fdee197d415
--- a/mDot.h	Tue Sep 06 10:28:52 2016 -0500
+++ b/mDot.h	Wed Sep 07 15:40:13 2016 -0500
@@ -21,11 +21,6 @@
         mDot();
         ~mDot();
 
-        static void idle(void const* args) {
-            while (1)
-                __WFI();
-        }
-
         void initLora();
 
         void setLastError(const std::string& str);
@@ -67,7 +62,6 @@
         lora::Settings _settings;
         mDotEvent* _events;
 
-        Thread _idle_thread;
         std::string _last_error;
         static const uint32_t _baud_rates[];
         uint8_t _activity_led_state;