For Hepta-Sat Lite
Diff: HEPTA_COM.h
- Revision:
- 0:cea23634807d
- Child:
- 3:6295556918b9
--- /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