Nucleo_ESP8266_configuration_mbed

Dependencies:   mbed

Fork of ESP8266-configuration-mbed-LPC1768 by jim hamblen

Revision:
6:84b1a0fb41e6
Parent:
5:9f46b8cdd469
--- a/main.cpp	Fri Aug 28 01:21:15 2015 +0000
+++ b/main.cpp	Thu Oct 27 13:18:35 2016 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 
 Serial pc(USBTX, USBRX);
-Serial esp(p28, p27); // tx, rx
-DigitalOut reset(p26);
+Serial esp(D10, D2); // tx D10, rx D2
+DigitalOut reset(D1);
 Timer t;
 
 int  count,ended,timeout;