HEPTA-Sat Training 2019 / HEPTA_COM

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

Files at this revision

API Documentation at this revision

Comitter:
HeptaSatTraining2019
Date:
Wed Aug 21 11:04:46 2019 +0000
Child:
1:2e680f5cf839
Commit message:

Changed in this revision

HEPTA_COM.cpp Show annotated file Show diff for this revision Revisions of this file
HEPTA_COM.h Show annotated file Show diff for this revision Revisions of this file
HeptaXbee.lib Show annotated file Show diff for this revision Revisions of this file
--- /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
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HeptaXbee.lib	Wed Aug 21 11:04:46 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/HEPTA/code/HeptaXbee/#a5a0ab9949f3