[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
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/handhelds/tos/interfaces
MMA7260_Accel.h, NONE, 1.1 MMA7260_Accel.nc, NONE, 1.1 DMA.nc,
1.2, 1.3 IDChip.nc, 1.1, 1.2 IEEE802154.h, 1.2, 1.3 Leds.nc,
1.1, 1.2 Message.h, 1.1, 1.2 SD.nc, 1.1, 1.2
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/imote2/test/TestMDA440
EEPROM.nc, NONE, 1.1 EEPROMC.nc, NONE, 1.1 EEPROMM.nc, NONE,
1.1 MDA440.nc, 1.1, 1.2 MDA440M.nc, 1.3, 1.4 TestMDA440.nc,
1.3, 1.4 TestMDA440M.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/handhelds/tos/interfaces
MMA7260_Accel.h, NONE, 1.1 MMA7260_Accel.nc, NONE, 1.1 DMA.nc,
1.2, 1.3 IDChip.nc, 1.1, 1.2 IEEE802154.h, 1.2, 1.3 Leds.nc,
1.1, 1.2 Message.h, 1.1, 1.2 SD.nc, 1.1, 1.2
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/imote2/test/TestMDA440
EEPROM.nc, NONE, 1.1 EEPROMC.nc, NONE, 1.1 EEPROMM.nc, NONE,
1.1 MDA440.nc, 1.1, 1.2 MDA440M.nc, 1.3, 1.4 TestMDA440.nc,
1.3, 1.4 TestMDA440M.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list