[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 hardware.h, 1.3, 1.4

Robbie Adler radler at users.sourceforge.net
Sat May 14 09:36:30 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29498

Modified Files:
	hardware.h 
Log Message:

updated LED GPIO mappings for intel mote2 rev 1.1



Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/hardware.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hardware.h	9 Mar 2005 01:04:54 -0000	1.3
--- hardware.h	14 May 2005 16:36:28 -0000	1.4
***************
*** 135,141 ****
  
  // LED assignments
! TOSH_ASSIGN_PIN(RED_LED, A, 95);
! TOSH_ASSIGN_PIN(GREEN_LED, A, 102);
! TOSH_ASSIGN_PIN(YELLOW_LED, A, 27);
  
  // CC2420 RADIO #defines
--- 135,141 ----
  
  // LED assignments
! TOSH_ASSIGN_PIN(RED_LED, A, 103);
! TOSH_ASSIGN_PIN(GREEN_LED, A, 104);
! TOSH_ASSIGN_PIN(YELLOW_LED, A, 105);
  
  // CC2420 RADIO #defines



More information about the Tinyos-beta-commits mailing list