ECE4180 Final Project
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