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
CellularFactory.h
00001 #ifndef CELLULARFACTORY_H 00002 #define CELLULARFACTORY_H 00003 00004 #include "UIP.h" 00005 #include "EasyIP.h" 00006 #include "MTSBufferedIO.h" 00007 00008 namespace mts { 00009 00010 class CellularFactory 00011 { 00012 public: 00013 static Cellular* create(MTSBufferedIO* io); 00014 }; 00015 00016 } 00017 00018 #endif
Generated on Wed Jul 13 2022 08:05:41 by
1.7.2
