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:
26:17479e0039f6
Parent:
19:f3a46d2bb9b3
Child:
60:7985b4783af9
--- a/Lora.h	Mon Aug 29 14:48:33 2016 -0500
+++ b/Lora.h	Tue Aug 30 11:48:00 2016 -0500
@@ -260,7 +260,8 @@
         LORA_JOIN_BACKOFF = 14,
         LORA_NO_FREE_CHAN = 15,
         LORA_AGGREGATED_DUTY_CYCLE = 16,
-        LORA_MAX_PAYLOAD_EXCEEDED
+        LORA_MAC_COMMAND_ERROR = 17,
+        LORA_MAX_PAYLOAD_EXCEEDED = 18
     };
 
     /**