Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

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