Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Indication/PowerUpIndication.h

Committer:
yangcq88517
Date:
2015-02-03
Revision:
0:8e83b9448758

File content as of revision 0:8e83b9448758:

#ifndef SmartLab_MuRata_Indication_PowerUpIndication
#define SmartLab_MuRata_Indication_PowerUpIndication

#include "Payload.h"
#include "ResetCode.h"

namespace SmartLabMuRata
{
class PowerUpIndication : public Payload
{
public:
    PowerUpIndication(Payload * payload);

    ResetCode GetResetCode();
};
}

#endif