[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/timer Atm128Calibrate.nc, 1.1.2.1, 1.1.2.2

David Gay idgay at users.sourceforge.net
Mon May 1 09:44:26 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/timer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20317a/tos/chips/atm128/timer

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Atm128Calibrate.nc 
Log Message:
update to MHz handling for mica2


Index: Atm128Calibrate.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/timer/Attic/Atm128Calibrate.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Atm128Calibrate.nc	17 Feb 2006 00:26:47 -0000	1.1.2.1
--- Atm128Calibrate.nc	1 May 2006 16:44:24 -0000	1.1.2.2
***************
*** 33,37 ****
    /**
     * Convert n microseconds into a value suitable for use with
!    * AlarmMicro16C and AlarmMicro32C Alarms.
     * @param n Time in microseconds.
     * @return AlarmMicro argument that best approximates n microseconds.
--- 33,37 ----
    /**
     * Convert n microseconds into a value suitable for use with
!    * AlarmMicro32C Alarms.
     * @param n Time in microseconds.
     * @return AlarmMicro argument that best approximates n microseconds.
***************
*** 40,45 ****
  
    /**
!    * Convert values used by AlarmMicro16C and AlarmMicro32C Alarms into
!    * actual microseconds.
     * @param n A time expressed in AlarmMicro time units.
     * @return Time in microseconds that corresponds to AlarmMicro argument n.
--- 40,44 ----
  
    /**
!    * Convert values used by AlarmMicro32C Alarms into actual microseconds.
     * @param n A time expressed in AlarmMicro time units.
     * @return Time in microseconds that corresponds to AlarmMicro argument n.



More information about the Tinyos-2-commits mailing list