[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


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();



More information about the Tinyos-2-commits mailing list