[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
RssiFixedThresholdCMC.nc, 1.1.2.5, 1.1.2.6
Philipp Huppertz
phihup at users.sourceforge.net
Wed Sep 20 08:30:07 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21132/tos/platforms/eyesIFX/byte_radio
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
RssiFixedThresholdCMC.nc
Log Message:
- RssiFixedThresholdCMC now uses RssiSensorC again. (Oscilloscope works)
Index: RssiFixedThresholdCMC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/RssiFixedThresholdCMC.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** RssiFixedThresholdCMC.nc 12 Sep 2006 12:16:31 -0000 1.1.2.5
--- RssiFixedThresholdCMC.nc 20 Sep 2006 15:30:04 -0000 1.1.2.6
***************
*** 49,53 ****
{
components RssiFixedThresholdCMP,
! RssiSensorVccC as Rssi,
new BatteryLevelSensorC() as Voltage,
new TimerMilliC() as Timer,
--- 49,54 ----
{
components RssiFixedThresholdCMP,
! // RssiSensorVccC as Rssi, FIXME: has no arbitration!?
! new RssiSensorC() as Rssi,
new BatteryLevelSensorC() as Voltage,
new TimerMilliC() as Timer,
More information about the Tinyos-2-commits
mailing list