ads1115 only
Fork of mbed by
Diff: FilePath.h
- Revision:
- 55:d722ed6a4237
- Parent:
- 54:71b101360fb9
- Child:
- 59:0883845fe643
--- a/FilePath.h Tue Jan 08 12:46:36 2013 +0000 +++ b/FilePath.h Wed Jan 16 12:56:34 2013 +0000 @@ -32,12 +32,12 @@ class FilePath { public: FilePath(const char* file_path); - + const char* fileName(void); - + bool isFileSystem(void); FileSystemLike* fileSystem(void); - + bool isFile(void); FileLike* file(void);