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

Files at this revision

API Documentation at this revision

Comitter:
andcor02
Date:
Wed Feb 11 13:27:24 2015 +0000
Parent:
40:b2e9bc654ca1
Child:
42:72f417ad0c89
Commit message:
REV 1.1 FOR WORKING SET LONG DISTANCE, REDUCED REPORT TIME TO 75MS

Changed in this revision

sensor_ctl.h Show annotated file Show diff for this revision Revisions of this file
--- a/sensor_ctl.h	Wed Feb 11 12:36:45 2015 +0000
+++ b/sensor_ctl.h	Wed Feb 11 13:27:24 2015 +0000
@@ -10,7 +10,7 @@
 #define SOUND_REPORT_PERIOD_MS         10000       // Every 10 seconds
 #define DOOR_HEIGHT_PERIOD_MS             50       // Every 50 ms
 #define MOTION_REPORT_PERIOD_MS         1000       // Every Second.
-#define DOOR_TRIP_REPORT_PERIOD_MS       500       // Every half second.
+#define DOOR_TRIP_REPORT_PERIOD_MS       100       // Every half second.
 #define KIOSK_REPORT_PERIOD_MS          1000       // Every Second
 
 #define KIOSK_SENSOR_DEBOUNCE_MS     500