this is the working code for the xdot to read in serial from the pi and send it over LoRa

Revision:
14:f0c24ce93427
Parent:
11:be2a6466d680
Child:
18:d7332302f5f1
--- a/SxRadioEvents.h	Thu Jul 27 11:08:40 2017 -0500
+++ b/SxRadioEvents.h	Thu Aug 23 14:21:20 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 ) {}