mbed Sensor node for Instrumented Booth over ETH.

Dependencies:   EthernetInterface-1 MaxbotixDriver Presence HTU21D_TEMP_HUMID_SENSOR_SAMPLE Resources SHARPIR mbed-rtos mbed-src WDT_K64F nsdl_lib

Fork of Trenton_Switch_LPC1768_ETH by Demo Team

Revision:
29:9599a156f78b
Parent:
27:6017a643f386
Child:
30:b74aa0729b07
--- a/main.cpp	Fri Dec 05 13:57:36 2014 +0000
+++ b/main.cpp	Fri Dec 05 14:31:36 2014 +0000
@@ -183,10 +183,10 @@
         }
         #endif //NODE TRIP STATION
         #if NODE_HEIGHT_STATION
- //       if (temperatureReportTimer.read_ms() >= TEMPERATURE_REPORT_PERIOD_MS){
-//            
-//            temperatureReportTimer.reset();
-//        }
+        if (heightTimer.read_ms() >= DOOR_HEIGHT_PERIOD_MS ){
+            
+            heightReportTimer.reset();
+        }
         #endif //NODE HEIGHT STATION
         #endif //NODE_SENSOR_STATION
     }