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 emw3162-driver-mbed-os-5 by
Diff: EMW3162Interface.h
- Revision:
- 1:3c8bed04849d
- Parent:
- 0:2d5090e1ceb4
- Child:
- 2:fb6251306b21
--- a/EMW3162Interface.h Tue Nov 01 02:18:18 2016 +0000 +++ b/EMW3162Interface.h Fri Nov 04 02:14:19 2016 +0000 @@ -17,9 +17,9 @@ #ifndef ESP8266_INTERFACE_H #define ESP8266_INTERFACE_H -#include "network-socket/NetworkStack.h" -#include "network-socket/WiFiInterface.h" -#include "ESP8266.h" +#include "NetworkSocketAPI/NetworkStack.h" +#include "NetworkSocketAPI/WiFiInterface.h" +#include "EMW3162.h" #define ESP8266_SOCKET_COUNT 5 @@ -35,7 +35,7 @@ * @param rx RX pin * @param debug Enable debugging */ - ESP8266Interface(PinName tx, PinName rx, bool debug = true); + ESP8266Interface(PinName tx, PinName rx, bool debug = false); /** Start the interface *