X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsensorboards%2Fmts300%2FMagXC.nc;h=69d03bbaac2b18b3275ab971a75d5ec98bae6f0c;hb=ea91d610f54dd99029ce18bdd51649210a78943d;hp=38fd03bdc4e4dbcae4d766eb8c885c1d3ea50998;hpb=805e25939a652bf5fde3f4e8ebdc8d1bd751944f;p=tinyos-2.x.git diff --git a/tos/sensorboards/mts300/MagXC.nc b/tos/sensorboards/mts300/MagXC.nc index 38fd03bd..69d03bba 100644 --- a/tos/sensorboards/mts300/MagXC.nc +++ b/tos/sensorboards/mts300/MagXC.nc @@ -1,34 +1,34 @@ -/* $Id$ - * Copyright (c) 2006 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. - */ -/** - * @author Alif Chen - */ - -#include "mts300.h" - -generic configuration MagXC() -{ - provides interface Mag; - provides interface Read; -} -implementation { - enum { - ID = unique(UQ_MAG_RESOURCE) - }; - - components MagReadP,MagConfigP, new AdcReadClientC() as AdcX; - - Mag = MagReadP; - - Read = MagReadP.MagX[ID]; - MagReadP.ActualX[ID] -> AdcX; - AdcX.Atm128AdcConfig -> MagConfigP.ConfigX; -} - +/* $Id$ + * Copyright (c) 2006 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. + */ +/** + * @author Alif Chen + */ + +#include "mts300.h" + +generic configuration MagXC() +{ + provides interface Mag; + provides interface Read; +} +implementation { + enum { + ID = unique(UQ_MAG_RESOURCE) + }; + + components MagReadP,MagConfigP, new AdcReadClientC() as AdcX; + + Mag = MagReadP; + + Read = MagReadP.MagX[ID]; + MagReadP.ActualX[ID] -> AdcX; + AdcX.Atm128AdcConfig -> MagConfigP.ConfigX; +} +