[Firebug-cvs] mts400/sensors/i2c MicaWbSwitch.nc,1.2,1.3 MicaWbSwitchM.nc,1.2,1.3
Brought to you by:
doolin
From: <do...@us...> - 2003-11-15 02:00:32
|
Update of /cvsroot/firebug/mts400/sensors/i2c In directory sc8-pr-cvs1:/tmp/cvs-serv2229/sensors/i2c Modified Files: MicaWbSwitch.nc MicaWbSwitchM.nc Log Message: Instrumenting the mica switch and adding test programs to monitor control of flow. Index: MicaWbSwitch.nc =================================================================== RCS file: /cvsroot/firebug/mts400/sensors/i2c/MicaWbSwitch.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MicaWbSwitch.nc 13 Nov 2003 00:17:18 -0000 1.2 --- MicaWbSwitch.nc 15 Nov 2003 02:00:28 -0000 1.3 *************** *** 84,88 **** StdControl = MicaWbSwitchM; ! Switch = MicaWbSwitchM; MicaWbSwitchM.I2CPacketControl -> I2CPacketC.StdControl; --- 84,88 ---- StdControl = MicaWbSwitchM; ! Switch = MicaWbSwitchM; MicaWbSwitchM.I2CPacketControl -> I2CPacketC.StdControl; Index: MicaWbSwitchM.nc =================================================================== RCS file: /cvsroot/firebug/mts400/sensors/i2c/MicaWbSwitchM.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MicaWbSwitchM.nc 15 Nov 2003 00:44:51 -0000 1.2 --- MicaWbSwitchM.nc 15 Nov 2003 02:00:28 -0000 1.3 *************** *** 88,92 **** implementation { ! #define WB_DEBUG 0 #include "wbswitch_debug.h" --- 88,92 ---- implementation { ! #define WB_DEBUG 1 #include "wbswitch_debug.h" |