[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2dot MotePlatformC.nc, NONE, 1.1.2.1

David Gay idgay at users.sourceforge.net
Mon May 1 14:42:31 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3657

Added Files:
      Tag: tinyos-2_0_devel-BRANCH
	MotePlatformC.nc 
Log Message:
mica2dot-specific initialisation


--- NEW FILE: MotePlatformC.nc ---
/* $Id: MotePlatformC.nc,v 1.1.2.1 2006/05/01 21:42:29 idgay Exp $
 * Copyright (c) 2005 Intel Corporation
 * All rights reserved.
 *
 * This file is distributed under the terms in the attached INTEL-LICENSE     
 * file. If you do not find these files, copies can be found by writing to
 * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, 
 * 94704.  Attention:  Intel License Inquiry.
 */
/**
 * The portion of a mica-family initialisation that is mote-specific.
 * For the mica2dot, we leave everything as inputs except as explicitly
 * configured otherwise by other components.
 * 
 * @author David Gay
 */
configuration MotePlatformC
{
  provides interface Init as PlatformInit;
  uses interface Init as SubInit;
}
implementation {
  components HplCC1000InitP;

  PlatformInit = HplCC1000InitP;
  SubInit = PlatformInit;
}



More information about the Tinyos-2-commits mailing list