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.
Dependencies: FATFileSystem
Diff: SDFileSystem.h
- Revision:
- 9:1906befe7f30
- Parent:
- 7:61db99e52c0d
- Child:
- 10:395539a1481a
diff -r 7b6acbb6739b -r 1906befe7f30 SDFileSystem.h --- a/SDFileSystem.h Thu Aug 07 16:44:42 2014 +0000 +++ b/SDFileSystem.h Mon Aug 11 15:28:11 2014 +0000 @@ -171,6 +171,7 @@ char writeCommand(char cmd, unsigned int arg); unsigned int readReturn(); bool readData(char* buffer, int length); + bool writeData(char* buffer); }; #endif