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.
Dependencies: ESP8266NodeMCUInterface Pubnub_mbed2_sync mbed
Revision 1:694056dc14d9, committed 2017-04-11
- Comitter:
- ECE4180
- Date:
- Tue Apr 11 20:39:27 2017 +0000
- Parent:
- 0:2730fbdae986
- Commit message:
- fixed compiler error;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 11 20:37:05 2017 +0000 +++ b/main.cpp Tue Apr 11 20:39:27 2017 +0000 @@ -1,7 +1,7 @@ #include "pubnub_sync.h" #include "mbed.h" #include "ESP8266Interface.h" -#include "TCPSocket.h" +//#include "TCPSocket.h" Serial pc(USBTX, USBRX); DigitalOut led1(LED1);