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: 4DGL-uLCD-SE ESP8266NodeMCUInterface Motor mbed
Fork of IoT_Blinds_Control by
Revision 1:d103c1f37bc6, committed 2016-12-10
- Comitter:
- jhooper7
- Date:
- Sat Dec 10 23:43:11 2016 +0000
- Parent:
- 0:d0cfb841595e
- Commit message:
- security
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Dec 10 23:40:42 2016 +0000 +++ b/main.cpp Sat Dec 10 23:43:11 2016 +0000 @@ -4,7 +4,7 @@ #include "uLCD_4DGL.h" #include "Motor.h" -ESP8266Interface wifi(p28, p27, p26);//, "JACK", "ClarentBloodArthur"); +ESP8266Interface wifi(p28, p27, p26); TCPSocketConnection socket; //Serial pc(USBTX, USBRX); //Used for testing functionality without wifi Motor m1(p23, p5, p6); //pwm, fwd, rev //this one is for raising/lowering blinds
