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.
Fork of SerialFlash by
Diff: M25PDevice.h
- Revision:
- 2:6f8ab876b516
- Parent:
- 0:d0117f54a7ee
diff -r 385965a14c7c -r 6f8ab876b516 M25PDevice.h
--- a/M25PDevice.h Wed Mar 02 00:28:03 2011 +0000
+++ b/M25PDevice.h Wed Mar 02 16:09:09 2011 +0000
@@ -4,14 +4,14 @@
#include <string>
#include "ISerialFlashDevice.h"
-class ISPI;
+class ISPICommand;
class M25PDeviceImpl;
class M25PDevice : public ISerialFlashDevice
{
public:
- static M25PDevice* Create(ISPI* pSPI);
- static bool IsSupported(ISPI* pSPI);
+ static M25PDevice* Create(ISPICommand* pSPICommand);
+ static bool IsSupported(ISPICommand* pSPICommand);
virtual std::string GetDeviceName(void) const;
virtual int GetCapacity(void) const;
