[Tinyos-2-commits] CVS: tinyos-2.x/apps/Powerup PowerupAppC.nc, 1.1.2.4, 1.1.2.5 PowerupC.nc, 1.1.2.4, 1.1.2.5

Phil Levis scipio at users.sourceforge.net
Mon Oct 30 16:16:11 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/Powerup
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29964

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	PowerupAppC.nc PowerupC.nc 
Log Message:
Added component comments.


Index: PowerupAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Powerup/PowerupAppC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** PowerupAppC.nc	4 Feb 2006 01:10:32 -0000	1.1.2.4
--- PowerupAppC.nc	31 Oct 2006 00:16:09 -0000	1.1.2.5
***************
*** 30,34 ****
   */
  
! //@author Cory Sharp <cssharp at eecs.berkeley.edu>
  
  configuration PowerupAppC{}
--- 30,38 ----
   */
  
! /**
!  * Configuration for the PowerUp application.
!  *
!  * @author Cory Sharp <cssharp at eecs.berkeley.edu>
!  */
  
  configuration PowerupAppC{}

Index: PowerupC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Powerup/PowerupC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** PowerupC.nc	3 Feb 2006 22:51:07 -0000	1.1.2.4
--- PowerupC.nc	31 Oct 2006 00:16:09 -0000	1.1.2.5
***************
*** 30,35 ****
   */
  
! //@author Cory Sharp <cssharp at eecs.berkeley.edu>
! 
  module PowerupC
  {
--- 30,38 ----
   */
  
! /**
!   * This module turns on Led0 when the system boots.
!   *
!   * @author Cory Sharp <cssharp at eecs.berkeley.edu>
!   */
  module PowerupC
  {



More information about the Tinyos-2-commits mailing list