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.
Diff: FileManager.h
- Revision:
- 32:69b7c870d69c
- Parent:
- 30:184d2ef7dff7
- Child:
- 33:dd67a980e9d8
--- a/FileManager.h Thu Sep 08 04:46:10 2016 +0000 +++ b/FileManager.h Tue Sep 13 09:22:31 2016 +0000 @@ -114,7 +114,10 @@ void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size, bool * p_headerRequired, uint32_t msec); void FILEMANAGER_LogRMSHeader(time_t timestamp); bool FILEMANAGER_IsFileExist(char filename[]); -void FILEMANAGER_listDir(void); +void FILEMANAGER_listDir(Serial* serial); +void FILEMANAGER_DisplayFile(Serial* serial, char* filename); +void FILEMANAGER_WriteFile(Serial* serial, char* filename, char* input); +void FILEMANAGER_Deletefile(char filename[]); uint32_t FILEMANAGER_GetRxID(); uint32_t FILEMANAGER_GetTxID(); #endif
