For Hepta-Sat Lite

Dependencies:   HeptaXbee

HEPTA_COM.h

Committer:
heptasat2021
Date:
2021-08-17
Revision:
3:6295556918b9
Parent:
0:cea23634807d

File content as of revision 3:6295556918b9:

#ifndef MBED_HEPTACOM_H
#define MBED_HEPTACOM_H
#include "HeptaXbee.h"

class HEPTA_COM : public HeptaXbee{
public:
    HEPTA_COM(
            PinName tx,
            PinName rx,
            int brate
    );
private:  
};

#endif