[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds RadioCountToLeds.h, 1.1, 1.2 RadioCountToLedsAppC.nc, 1.1, 1.2 RadioCountToLedsC.nc, 1.2, 1.3

David Gay idgay at users.sourceforge.net
Tue Jun 24 11:05:50 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5363/LplBroadcastCountToLeds

Modified Files:
	RadioCountToLeds.h RadioCountToLedsAppC.nc 
	RadioCountToLedsC.nc 
Log Message:
use app am ids

Index: RadioCountToLeds.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLeds.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RadioCountToLeds.h	12 Apr 2007 17:14:08 -0000	1.1
--- RadioCountToLeds.h	24 Jun 2008 18:05:48 -0000	1.2
***************
*** 7,11 ****
  
  enum {
!   AM_RADIO_COUNT_MSG = 6,
  };
  
--- 7,11 ----
  
  enum {
!   AM_RADIO_COUNT_MSG = 134,
  };
  

Index: RadioCountToLedsAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RadioCountToLedsAppC.nc	12 Apr 2007 17:14:08 -0000	1.1
--- RadioCountToLedsAppC.nc	24 Jun 2008 18:05:48 -0000	1.2
***************
*** 38,44 ****
   * displays the bottom three bits on its LEDs. This application is a useful 
   * test to show that basic AM communication and timers work.
   *
   * @author Philip Levis
!  * @date   June 6 2005
   */
  
--- 38,46 ----
   * displays the bottom three bits on its LEDs. This application is a useful 
   * test to show that basic AM communication and timers work.
+  * <p>
+  * This version uses low-power listening.
   *
   * @author Philip Levis
!  * @date   June 24 2008
   */
  

Index: RadioCountToLedsC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RadioCountToLedsC.nc	13 Sep 2007 23:10:21 -0000	1.2
--- RadioCountToLedsC.nc	24 Jun 2008 18:05:48 -0000	1.3
***************
*** 39,45 ****
   * displays the bottom three bits on its LEDs. This application is a useful 
   * test to show that basic AM communication and timers work.
   *
   * @author Philip Levis
!  * @date   June 6 2005
   */
  
--- 39,47 ----
   * displays the bottom three bits on its LEDs. This application is a useful 
   * test to show that basic AM communication and timers work.
+  * <p>
+  * This version uses low-power listening.
   *
   * @author Philip Levis
!  * @date   June 24 2008
   */
  



More information about the Tinyos-2-commits mailing list