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
SerialFlashDeviceCreator.h
- Committer:
- s_ain
- Date:
- 2011-03-02
- Revision:
- 2:6f8ab876b516
- Parent:
- 0:d0117f54a7ee
File content as of revision 2:6f8ab876b516:
#pragma once
#include "ISerialFlashDevice.h"
class ISPICommand;
class SerialFlashDeviceCreator
{
public:
static ISerialFlashDevice* Create(ISPICommand* pSPICommand);
};
