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.
Fork of ConfigFile by
Revision 3:7250e339328c, committed 2010-09-12
- Comitter:
- shintamainjp
- Date:
- Sun Sep 12 07:37:25 2010 +0000
- Parent:
- 2:d8febae84a45
- Child:
- 4:940510a29b44
- Commit message:
Changed in this revision
| ConfigFile.cpp | Show annotated file Show diff for this revision Revisions of this file |
| ConfigFile.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ConfigFile.cpp Sun Sep 12 07:35:25 2010 +0000 +++ b/ConfigFile.cpp Sun Sep 12 07:37:25 2010 +0000 @@ -1,3 +1,9 @@ +/** + * Configuration file interface class (Version 0.0.1) + * + * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems) + * http://shinta.main.jp/ + */ #include "ConfigFile.h" #define NEWLINE_UNIX "\n"
--- a/ConfigFile.h Sun Sep 12 07:35:25 2010 +0000 +++ b/ConfigFile.h Sun Sep 12 07:37:25 2010 +0000 @@ -1,3 +1,9 @@ +/** + * Configuration file interface class (Version 0.0.1) + * + * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems) + * http://shinta.main.jp/ + */ #include "mbed.h" #ifndef _CONFIG_FILE_H_
