For Hepta-Sat Lite
HEPTA_COM.h
- Committer:
- HeptaSatTraining2019
- Date:
- 2019-08-21
- Revision:
- 0:cea23634807d
- Child:
- 3:6295556918b9
File content as of revision 0:cea23634807d:
#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