IoT Door

Dependencies:   mbed

Fork of HUZZAHESP8266-web-control-LPC1768 by Austin Dong

Files at this revision

API Documentation at this revision

Comitter:
ECE4180
Date:
Sun Mar 12 13:37:31 2017 +0000
Parent:
9:2259b8443931
Commit message:
final

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2259b8443931 -r e47b6d245db3 main.cpp
--- a/main.cpp	Fri Mar 10 00:25:25 2017 +0000
+++ b/main.cpp	Sun Mar 12 13:37:31 2017 +0000
@@ -21,11 +21,6 @@
 Timer t_alarm;
 Ticker door_sense;
 int alarm_cnt = 0;
-/*
-char ssid[32] = "hsd";     // enter WiFi router ssid inside the quotes
-char pwd [32] = "austin123"; // enter WiFi router password inside the quotes
-*/
-
 
 // things for sending/receiving data over serial
 volatile int tx_in=0;