[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12
Msp430Adc12P.nc, 1.1.2.6, 1.1.2.7
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Fri Jun 2 10:42:54 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 AdcC.nc,
1.1.2.10, 1.1.2.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork
tn-injector.c, NONE, 1.1.2.1 Makefile, 1.1.2.2,
1.1.2.3 TestNetwork.h, 1.1.2.1, 1.1.2.2 TestNetworkAppC.nc,
1.1.2.4, 1.1.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10149/tos/chips/msp430/adc12
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Msp430Adc12P.nc
Log Message:
ADC module should be turned off wenn not in use.
Index: Msp430Adc12P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Attic/Msp430Adc12P.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** Msp430Adc12P.nc 30 Jan 2006 17:41:13 -0000 1.1.2.6
--- Msp430Adc12P.nc 2 Jun 2006 17:42:52 -0000 1.1.2.7
***************
*** 185,188 ****
--- 185,189 ----
resetAdcPin( memctl.inch );
call HplAdc12.stopConversion();
+ call HplAdc12.adcOff();
call HplAdc12.setIEFlags(0);
call HplAdc12.resetIFGs();
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 AdcC.nc,
1.1.2.10, 1.1.2.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork
tn-injector.c, NONE, 1.1.2.1 Makefile, 1.1.2.2,
1.1.2.3 TestNetwork.h, 1.1.2.1, 1.1.2.2 TestNetworkAppC.nc,
1.1.2.4, 1.1.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list