[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tsl2561 HplTSL2561LogicP.nc, 1.1.2.3, 1.1.2.4

Philip Buonadonna philipb at users.sourceforge.net
Thu Nov 2 18:24:27 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/tsl2561
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8261

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplTSL2561LogicP.nc 
Log Message:
Fixed edge trigger definition

Index: HplTSL2561LogicP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tsl2561/HplTSL2561LogicP.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** HplTSL2561LogicP.nc	3 Nov 2006 02:07:50 -0000	1.1.2.3
--- HplTSL2561LogicP.nc	3 Nov 2006 02:24:25 -0000	1.1.2.4
***************
*** 154,158 ****
    command error_t Init.init() {
      call InterruptPin.makeInput();
!     call InterruptAlert.enableRisingEdge();
      mState = STATE_STOPPED;
      interruptBit = FALSE;
--- 154,158 ----
    command error_t Init.init() {
      call InterruptPin.makeInput();
!     call InterruptAlert.enableFallingEdge();
      mState = STATE_STOPPED;
      interruptBit = FALSE;



More information about the Tinyos-2-commits mailing list