[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/hwtest/shimmer/GyroTilt GyroTiltAppM.nc, 1.2, 1.3

steve ayer ayer1 at users.sourceforge.net
Wed May 2 09:46:31 PDT 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/hwtest/shimmer/GyroTilt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3598

Modified Files:
	GyroTiltAppM.nc 
Log Message:

uncommented gyro enable, which is done by clearing prog_out.

Index: GyroTiltAppM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/hwtest/shimmer/GyroTilt/GyroTiltAppM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GyroTiltAppM.nc	18 Dec 2006 16:56:23 -0000	1.2
--- GyroTiltAppM.nc	2 May 2007 16:46:29 -0000	1.3
***************
*** 225,229 ****
      //    call SDStdControl.start();
  
!     //    TOSH_CLR_PROG_OUT_PIN();   // this pin is gyro pwren, logical false
  
      sampleADC();
--- 225,229 ----
      //    call SDStdControl.start();
  
!     TOSH_CLR_PROG_OUT_PIN();   // this pin is gyro pwren, logical false
  
      sampleADC();



More information about the Tinyos-contrib-commits mailing list