MiddleWare GUS

Dependencies:   Middleware EthernetInterface HC_SR04_Ultrasonic_Library mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
RoHe
Date:
Thu Dec 10 05:03:45 2015 +0000
Parent:
2:c8a2aa07cfdd
Child:
4:9eebeb4a0c89
Commit message:
Update Program to count people.; Sensor.h and Sensors.cpp

Changed in this revision

HC_SR04_Ultrasonic_Library.lib Show annotated file Show diff for this revision Revisions of this file
Middleware.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HC_SR04_Ultrasonic_Library.lib	Thu Dec 10 05:03:45 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/ejteb/code/HC_SR04_Ultrasonic_Library/#e0f9c9fb4cf3
--- a/Middleware.lib	Wed Dec 09 04:50:35 2015 +0000
+++ b/Middleware.lib	Thu Dec 10 05:03:45 2015 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/RoHe/code/Middleware/#a56763667f20
+https://developer.mbed.org/users/RoHe/code/Middleware/#d527bae62c60
--- a/main.cpp	Wed Dec 09 04:50:35 2015 +0000
+++ b/main.cpp	Thu Dec 10 05:03:45 2015 +0000
@@ -67,7 +67,7 @@
     //Thread thread2(receivedFromServer1); 
     /*
     QUESTIONS:
-    -EMMA: para que sirve que yo reciva la IP del Broker
+    -EMMA: para que sirve que yo reciba la IP del Broker
     -EMMA: Para que succes/fail si si se pudo prender o apagar ?
     -EMMA: Por que el get Room no sigue el mismo formato
     -JORGE: no hay una confirmacion del pin para setLight ocupamos un geLight
@@ -82,7 +82,8 @@
     -ROBER: manejo de string y como manejar las pruebas de fallos
     */
     while(true) {
-      
+      PersonNumber = GetPersonStatus();
+      Thread::wait(2000);
         
     }// END while
     //eth.disconnect();