Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Cellular/CellularFactory.h

Committer:
pferland
Date:
2017-09-26
Revision:
81:87c20e68b7e7
Parent:
26:2b769ed8de4f

File content as of revision 81:87c20e68b7e7:

#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