For Hepta-Sat Lite

Dependencies:   HeptaXbee

HEPTA_COM.h

Committer:
heptasat2021
Date:
2021-08-17
Revision:
4:92f22b090477
Parent:
3:6295556918b9

File content as of revision 4:92f22b090477:

#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