Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MurataTypeYD_RPC_Sample
Fork of SNICInterface_mod by
SNIC/MurataObject.cpp@25:67183ed15708, 2014-03-28 (annotated)
- Committer:
- kishino
- Date:
- Fri Mar 28 01:56:08 2014 +0000
- Revision:
- 25:67183ed15708
- Child:
- 29:6a0ba999597d
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.cpp |
kishino | 25:67183ed15708 | 4 | * |
kishino | 25:67183ed15708 | 5 | * Purpose: This module has implementation 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 | #include "MurataObject.h" |
kishino | 25:67183ed15708 | 14 | #include "stdarg.h" |
kishino | 25:67183ed15708 | 15 | |
kishino | 25:67183ed15708 | 16 | using namespace murata_wifi; |
kishino | 25:67183ed15708 | 17 |