Customized SNICInterface
Fork of NySNICInterface by
SNIC/MurataObject.h@25:67183ed15708, 2014-03-28 (annotated)
- Committer:
- kishino
- Date:
- Fri Mar 28 01:56:08 2014 +0000
- Revision:
- 25:67183ed15708
- Child:
- 26:f2e1030964e4
Created a base class for Murata named C_MurataObject.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kishino | 25:67183ed15708 | 1 | /******************* Murata Manufacturing Co.,Ltd. 2014 ***************** |
kishino | 25:67183ed15708 | 2 | * |
kishino | 25:67183ed15708 | 3 | * Filename: MurataObject.h |
kishino | 25:67183ed15708 | 4 | * |
kishino | 25:67183ed15708 | 5 | * Purpose: This module has define of common function for Murata. |
kishino | 25:67183ed15708 | 6 | * |
kishino | 25:67183ed15708 | 7 | * $Author: kishino $ |
kishino | 25:67183ed15708 | 8 | * |
kishino | 25:67183ed15708 | 9 | * $Date: 2014/03/28 $ |
kishino | 25:67183ed15708 | 10 | * |
kishino | 25:67183ed15708 | 11 | * $Revision: 0.0.0.1 $ |
kishino | 25:67183ed15708 | 12 | * ***********************************************************************/ |
kishino | 25:67183ed15708 | 13 | #ifndef _MURATA_OBJECT_H_ |
kishino | 25:67183ed15708 | 14 | #define _MURATA_OBJECT_H_ |
kishino | 25:67183ed15708 | 15 | #include "mbed.h" |
kishino | 25:67183ed15708 | 16 | |
kishino | 25:67183ed15708 | 17 | namespace murata_wifi |
kishino | 25:67183ed15708 | 18 | { |
kishino | 25:67183ed15708 | 19 | |
kishino | 25:67183ed15708 | 20 | class C_MurataObject{ |
kishino | 25:67183ed15708 | 21 | |
kishino | 25:67183ed15708 | 22 | } |
kishino | 25:67183ed15708 | 23 | |
kishino | 25:67183ed15708 | 24 | #endif |