finetuning
authorBernhard Tittelbach <xro@realraum.at>
Fri, 23 Apr 2010 22:46:03 +0000 (22:46 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Fri, 23 Apr 2010 22:46:03 +0000 (22:46 +0000)
rf433ctl/rf433ctl.pde

index 6f3ec38..2191f4d 100644 (file)
@@ -14,7 +14,7 @@
 #define BLUELED2_PWM_PIN 11
 #define PHOTO_ANALOGPIN 0
 //movement is reported if during IR_SAMPLE_DURATION at least IR_TRESHOLD ir signals are detectd
-#define IR_SAMPLE_DURATION 15000
+#define IR_SAMPLE_DURATION 12000
 #define IR_TRESHOLD 10000
 //duration PanicButton needs to be pressed before status change occurs (i.e. for two PanicButton Reports, the buttons needs to be pressed 1000 cycles, releases 1000 cycles and again pressed 1000 cycles)
 #define PB_TRESHOLD 1000