emw312 driver
Fork of emw3162-driver by
Diff: EMW3162Interface.h
- Revision:
- 1:3c8bed04849d
- Parent:
- 0:2d5090e1ceb4
- Child:
- 2:fb6251306b21
diff -r 2d5090e1ceb4 -r 3c8bed04849d EMW3162Interface.h --- 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 *