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.cpp	Wed Aug 21 11:04:46 2019 +0000
@@ -0,0 +1,3 @@
+#include "HEPTA_COM.h"
+HEPTA_COM::HEPTA_COM(PinName tx,PinName rx) : HeptaXbee(tx,rx){
+}
\ No newline at end of file