debug version

Dependents:   HTTPClient_WiFi_HelloWorld_src

Fork of SNICInterface by muRata

SNIC/MurataObject.h

Committer:
kishino
Date:
2014-03-28
Revision:
26:f2e1030964e4
Parent:
25:67183ed15708
Child:
29:6a0ba999597d

File content as of revision 26:f2e1030964e4:

/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
 *
 * Filename:   MurataObject.h
 *
 * Purpose:    This module has define of common function for Murata.
 *              
 * $Author: kishino $
 *
 * $Date: 2014/03/28 $
 *
 * $Revision: 0.0.0.1 $
 * ***********************************************************************/
#ifndef _MURATA_OBJECT_H_
#define _MURATA_OBJECT_H_
#include "mbed.h"

namespace murata_wifi
{
class C_MurataObject{
   
};
}

#endif