Communication library

Dependencies:   HeptaXbee

Dependents:   Lab3-05_model_program_2 Lab5-01_Count_up_XBee Lab5-02_Uplink_OK_XBee Appendix-01_Camera_Data_Transmit_to_GS ... more

Revision:
0:cea23634807d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HEPTA_COM.h	Wed Aug 21 11:04:46 2019 +0000
@@ -0,0 +1,16 @@
+#ifndef MBED_HEPTACOM_H
+#define MBED_HEPTACOM_H
+#include "HeptaXbee.h"
+
+class HEPTA_COM : public HeptaXbee{
+public:
+    HEPTA_COM(
+            PinName tx,
+            PinName rx
+    );
+  
+private:  
+    //HeptaBattery _battery;
+};
+
+#endif
\ No newline at end of file