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: Picaso_4DGL-32PTU.h
- Revision:
- 23:dd2c28fa4dfd
- Parent:
- 22:cea582ea74c1
- Child:
- 24:19c77967674e
--- a/Picaso_4DGL-32PTU.h Tue Sep 27 08:48:08 2016 +0000
+++ b/Picaso_4DGL-32PTU.h Tue Sep 27 10:45:38 2016 +0000
@@ -242,6 +242,7 @@
bool fileMountResponse(); // response from file mount
short fileErrorResponse(); // returns error code
short fileCountResponse(); // returns searched file count
+ short getFilenameResponse(char*); // returns searched filename and length
// File system commands
bool file_Mount(); // mount file system
@@ -249,7 +250,7 @@
short file_Count(char*); // get file count by given name
short file_Dir(char*); // list the stream of filenames by given name and return count
void file_FindFirst(char*); // list the stream of filenames by given name
- char *file_FindFirstRet(char*); // list the stream of filenames by given name
+ short file_FindFirstRet(char*, char*); // list the stream of filenames by given name
protected :