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: mbed USBMSD_SD USBDevice
Diff: ChaNFSSD/SDFileSystem.h
- Revision:
- 14:757226626acb
- Parent:
- 13:32b8a767cf0e
- Child:
- 16:c753717bfd4d
--- a/ChaNFSSD/SDFileSystem.h Mon Dec 05 14:34:29 2011 +0000
+++ b/ChaNFSSD/SDFileSystem.h Tue Dec 06 12:07:12 2011 +0000
@@ -60,6 +60,8 @@
virtual int disk_sync();
virtual int disk_sectors();
virtual int disk_size();
+
+ virtual void suspendStateChanged(unsigned int suspended);
protected:
@@ -78,6 +80,8 @@
int capacity;
+ int _status;
+
SPI _spi;
DigitalOut _cs;
};