Changed general file descriptors to specific for CDU
Dependents: CDUFinal CDU_Mbed_36
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"