Driver for the ESP8266 WiFi module using ATParser library. Espressif Firmware.

Dependencies:   ATParser

Dependents:   ESP8266Interface

Fork of ESP8266 by NetworkSocketAPI

Note

This library assumes your ESP8266 is running the Espressif Firmware. For instructions on how to update your ESP8266 to use the correct firmware see the Firmware Update Wiki Page.

Revision:
14:13cef05d740c
Parent:
9:dcf3aa250bc1
Child:
17:8b541b19f391
--- a/ESP8266.h	Wed Aug 05 21:57:41 2015 +0000
+++ b/ESP8266.h	Mon Dec 28 05:38:00 2015 +0000
@@ -26,7 +26,7 @@
 class ESP8266 
 {
 public:
-    ESP8266(PinName tx, PinName rx);
+    ESP8266(PinName tx, PinName rx, uint8_t debug = 0);
     
     /**
     * Test startup of ESP8266