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 ESP8266-configuration-mbed-LPC1768 by
Revision 6:84b1a0fb41e6, committed 2016-10-27
- Comitter:
- anywill
- Date:
- Thu Oct 27 13:18:35 2016 +0000
- Parent:
- 5:9f46b8cdd469
- Commit message:
- Nucleo_ESP8266_configuration_mbed
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9f46b8cdd469 -r 84b1a0fb41e6 main.cpp --- 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;