Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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, committed 2019-08-21
- Comitter:
- HeptaSatTraining2019
- Date:
- Wed Aug 21 11:04:46 2019 +0000
- Child:
- 1:2e680f5cf839
- Commit message:
Changed in this revision
--- /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