[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Nodes AntiTheftC.nc, 1.5, 1.6

David Gay idgay at users.sourceforge.net
Mon Jun 23 16:42:48 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21990

Modified Files:
	AntiTheftC.nc 
Log Message:
fix dark threshold

Index: AntiTheftC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes/AntiTheftC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AntiTheftC.nc	2 May 2008 19:55:26 -0000	1.5
--- AntiTheftC.nc	23 Jun 2008 23:42:46 -0000	1.6
***************
*** 39,43 ****
    enum {
      /* Threshold for considering mote in a dark place */
!     DARK_THRESHOLD = 200, 
  
      /* Amount of time warning leds should stay on (in checkInterval counts) */
--- 39,43 ----
    enum {
      /* Threshold for considering mote in a dark place */
!     DARK_THRESHOLD = 600, 
  
      /* Amount of time warning leds should stay on (in checkInterval counts) */



More information about the Tinyos-2-commits mailing list