[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telosb hardware.h, 1.10, 1.11

Vlado Handziski vlahan at users.sourceforge.net
Sat Mar 24 09:00:03 PDT 2007


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17731

Modified Files:
	hardware.h 
Log Message:
Fix pin output for 1-Wire Serial ID chip on newer tmote boards, thus reducing the sleep current draw.

Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb/hardware.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hardware.h	28 Jul 2005 04:25:14 -0000	1.10
--- hardware.h	24 Mar 2007 16:00:00 -0000	1.11
***************
*** 143,147 ****
   
    P2DIR = 0x7b;
!   P2OUT = 0x10;
  
    P3DIR = 0xf1;
--- 143,147 ----
   
    P2DIR = 0x7b;
!   P2OUT = 0x30;
  
    P3DIR = 0xf1;



More information about the Tinyos-commits mailing list