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:
64:64982192a2af
Parent:
61:58ed1e136af5
Child:
68:5f787643e7d7
--- a/SxRadioEvents.h	Tue Jun 19 13:13:52 2018 -0500
+++ b/SxRadioEvents.h	Thu Aug 23 14:18:55 2018 -0500
@@ -22,6 +22,10 @@
 {
 public:
     /*!
+     * \brief  Tx Start callback prototype.
+     */
+    virtual void TxStart( void ) {}
+    /*!
      * \brief  Tx Done callback prototype.
      */
     virtual void TxDone( void ) {}