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
Diff: ConfigFile.cpp
- Revision:
- 3:7250e339328c
- Parent:
- 2:d8febae84a45
- Child:
- 4:940510a29b44
--- 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"
