[Tinyos-commits] CVS: tinyos-1.x/tos/lib/Deluge/TOSBoot/telos
hardware.h, 1.1, 1.2
Jonathan Hui
jwhui at users.sourceforge.net
Fri Sep 16 16:13:49 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/Deluge/TOSBoot/telos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14730/telos
Modified Files:
hardware.h
Log Message:
Changes requested by Joe Polastre. Reduced code size for msp.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/Deluge/TOSBoot/telos/hardware.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** hardware.h 22 Jul 2005 17:40:11 -0000 1.1
--- hardware.h 16 Sep 2005 23:13:47 -0000 1.2
***************
*** 52,55 ****
--- 52,57 ----
void TOSH_SET_PIN_DIRECTIONS(void)
{
+ P3SEL = 0x0E; // set SPI and I2C to mod func
+
//LEDS
TOSH_MAKE_RED_LED_OUTPUT();
More information about the Tinyos-commits
mailing list