ConfigFile

Dependents:   ConfigFile_TestProgram StarBoardOrangeExpansion1 StarBoardOrangeExpansion2 Drive2ChoroQ ... more

Files at this revision

API Documentation at this revision

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_