[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/i2c
Atm128I2CMasterPacketP.nc, 1.5, 1.6
Kevin Klues
klueska at users.sourceforge.net
Fri Oct 12 15:30:28 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/i2c
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29834
Modified Files:
Atm128I2CMasterPacketP.nc
Log Message:
update to i2c driver to make sure it goes down into low power mode when AsyncStdControl.stop() is called
Index: Atm128I2CMasterPacketP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/i2c/Atm128I2CMasterPacketP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Atm128I2CMasterPacketP.nc 1 Oct 2007 19:19:39 -0000 1.5
--- Atm128I2CMasterPacketP.nc 12 Oct 2007 22:30:26 -0000 1.6
***************
*** 115,118 ****
--- 115,119 ----
call I2C.enableInterrupt(FALSE);
call I2C.setInterruptPending(FALSE);
+ call I2C.sendCommand();
call I2C.off();
state = I2C_OFF;
More information about the Tinyos-2-commits
mailing list