]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/mts300/MagXC.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / mts300 / MagXC.nc
index 38fd03bdc4e4dbcae4d766eb8c885c1d3ea50998..69d03bbaac2b18b3275ab971a75d5ec98bae6f0c 100644 (file)
@@ -1,34 +1,34 @@
-/* $Id$\r
- * Copyright (c) 2006 Intel Corporation\r
- * All rights reserved.\r
- *\r
- * This file is distributed under the terms in the attached INTEL-LICENSE     \r
- * file. If you do not find these files, copies can be found by writing to\r
- * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, \r
- * 94704.  Attention:  Intel License Inquiry.\r
- */\r
-/**\r
- * @author Alif Chen\r
- */\r
-\r
-#include "mts300.h"\r
-\r
-generic configuration MagXC()\r
-{\r
-  provides interface Mag;\r
-  provides interface Read<uint16_t>;\r
-}\r
-implementation {\r
-  enum {\r
-    ID = unique(UQ_MAG_RESOURCE)\r
-  };\r
-  \r
-  components MagReadP,MagConfigP, new AdcReadClientC() as AdcX;\r
-\r
-  Mag = MagReadP;\r
-\r
-  Read = MagReadP.MagX[ID];\r
-  MagReadP.ActualX[ID] -> AdcX;\r
-  AdcX.Atm128AdcConfig -> MagConfigP.ConfigX;\r
-}\r
-\r
+/* $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<uint16_t>;
+}
+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;
+}
+