[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2
hardware.h, 1.1.2.4, 1.1.2.5
Philip Buonadonna
philipb at users.sourceforge.net
Thu Jun 22 11:35:49 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24324/intelmote2
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
hardware.h
Log Message:
Added pin and altfns for IM2 I2C
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/Attic/hardware.h,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** hardware.h 7 Dec 2005 23:44:32 -0000 1.1.2.4
--- hardware.h 22 Jun 2006 18:35:47 -0000 1.1.2.5
***************
*** 224,227 ****
--- 224,232 ----
#define STUART_TXD_ALTFN (1)
+ #define I2C_SCL (117)
+ #define I2C_SCL_ALTFN (1)
+ #define I2C_SDA (118)
+ #define I2D_SDA_ALTFN (1)
+
#if 0
More information about the Tinyos-2-commits
mailing list