change

Dependencies:   HeptaXbee

Dependents:   Lab5-01_count_up_xbee Lab5-02_uplink_ok_xbee Lab5-6_create_satellite_program_step6_v1 Lab5-04_a_uplink_downlink_xbee_1

HEPTA_COM.h

Committer:
RyusukeIwata
Date:
19 months ago
Revision:
3:ec25d3d1d2ab
Parent:
0:cea23634807d

File content as of revision 3:ec25d3d1d2ab:

#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