]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/mts300/MagYC.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / mts300 / MagYC.nc
index 72c8bd46828ef388bef045f92966fe8e7903358e..db56991abfaf32629282e98753adaead7e366313 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 MagYC()\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 AdcY;\r
-\r
-  Mag = MagReadP;\r
-\r
-  Read = MagReadP.MagY[ID];\r
-  MagReadP.ActualY[ID] -> AdcY;\r
-  AdcY.Atm128AdcConfig -> MagConfigP.ConfigY;\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 MagYC()
+{
+  provides interface Mag;
+  provides interface Read<uint16_t>;
+}
+implementation {
+  enum {
+    ID = unique(UQ_MAG_RESOURCE)
+  };
+  
+  components MagReadP,MagConfigP, new AdcReadClientC() as AdcY;
+
+  Mag = MagReadP;
+
+  Read = MagReadP.MagY[ID];
+  MagReadP.ActualY[ID] -> AdcY;
+  AdcY.Atm128AdcConfig -> MagConfigP.ConfigY;
+}
+