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 MTS-Cellular by
Cellular/CellularFactory.h
- Committer:
- Vanger
- Date:
- 2014-06-26
- Revision:
- 26:2b769ed8de4f
- Parent:
- 11:4e428f689069
File content as of revision 26:2b769ed8de4f:
#ifndef CELLULARFACTORY_H
#define CELLULARFACTORY_H
#include "UIP.h"
#include "EasyIP.h"
#include "MTSBufferedIO.h"
namespace mts {
class CellularFactory
{
public:
static Cellular* create(MTSBufferedIO* io);
};
}
#endif
