]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/mts300/MagXStreamC.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / mts300 / MagXStreamC.nc
index 37928ea5c67d85b0b28991a1d2b1575f136de4c7..f9ce99e2cd71e99d1c11173b5652f17c00a34e8a 100644 (file)
@@ -1,32 +1,32 @@
-/* $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
- * \r
- * @author Alif Chen\r
- */\r
-\r
-#include "mts300.h"\r
-\r
-generic configuration MagXStreamC() {\r
-  provides interface ReadStream<uint16_t>;\r
-  provides interface Mag;\r
-}\r
-implementation {\r
-  enum {\r
-    ID = unique(UQ_ACCEL_RESOURCE)\r
-  };\r
-  components MagReadStreamP, MagConfigP, new AdcReadStreamClientC();\r
-\r
-  Mag = MagReadStreamP;\r
-\r
-  ReadStream = MagReadStreamP.ReadStreamX[ID];\r
-  MagReadStreamP.ActualX[ID] -> AdcReadStreamClientC;\r
-  AdcReadStreamClientC.Atm128AdcConfig -> MagConfigP.ConfigX;\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 MagXStreamC() {
+  provides interface ReadStream<uint16_t>;
+  provides interface Mag;
+}
+implementation {
+  enum {
+    ID = unique(UQ_ACCEL_RESOURCE)
+  };
+  components MagReadStreamP, MagConfigP, new AdcReadStreamClientC();
+
+  Mag = MagReadStreamP;
+
+  ReadStream = MagReadStreamP.ReadStreamX[ID];
+  MagReadStreamP.ActualX[ID] -> AdcReadStreamClientC;
+  AdcReadStreamClientC.Atm128AdcConfig -> MagConfigP.ConfigX;
+}