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.
Dependencies: CAN HTTPClient MODSERIAL MyThings Pyrn3GModem Socket TinyGPS MyUSBHost lwip-sys lwip mbed-rtos mbed-src
WanModem.h
00001 00002 #ifndef WAN_MODEM_H 00003 #define WAN_MODEM_H 00004 00005 #include "WANDongle.h" 00006 #include "MyThread.h" 00007 #include "HuaweiE372DongleInitializer.h" 00008 #include "USBSerialStream.h" 00009 #include "ATCommandsInterface.h" 00010 00011 class WanModem { 00012 HuaweiE372DongleInitializer initializer; 00013 WANDongle dongle; 00014 public: 00015 WanModem(); 00016 virtual void Init(void); 00017 }; 00018 00019 #endif // WAN_MODEM_H
Generated on Wed Jul 13 2022 02:07:11 by
1.7.2