[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/platform/shimmer hardware.h, 1.3, 1.4

steve ayer ayer1 at users.sourceforge.net
Thu Sep 7 11:36:09 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32673/tos/platform/shimmer

Modified Files:
	hardware.h 
Log Message:

added mma7260 accelerometer interface/lib
updated shimmer hardware.h adding adc6&7 pins
added hwtest for shimmer gyro board to hwtest; two versions, one three
channel, one six channel
updated interfaces for above and dma.adcinterrupt event now provides
register number 


Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer/hardware.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hardware.h	22 Aug 2006 13:21:32 -0000	1.3
--- hardware.h	7 Sep 2006 18:36:07 -0000	1.4
***************
*** 85,88 ****
--- 85,90 ----
  TOSH_ASSIGN_PIN(ADC_1, 6, 1);
  TOSH_ASSIGN_PIN(ADC_2, 6, 2);
+ TOSH_ASSIGN_PIN(ADC_6, 6, 6);
+ TOSH_ASSIGN_PIN(ADC_7, 6, 7);
  
  TOSH_ASSIGN_PIN(ADC_ACCELZ, 6, 3);



More information about the Tinyos-contrib-commits mailing list