]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/mts300/TempC.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / mts300 / TempC.nc
index 03eaf4e901347a7c4afcf992608512fe088bfcad..72ba2cb6ce480be7a237a6c9b37367ab04cd5d2a 100644 (file)
@@ -1,25 +1,25 @@
-/* $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
- * Photodiode of the mts300 sensor board.\r
- * \r
- * @author David Gay\r
- */\r
-\r
-#include "mts300.h"\r
-\r
-generic configuration TempC() {\r
-  provides interface Read<uint16_t>;\r
-}\r
-implementation {\r
-  components ArbitratedTempDeviceP;\r
-\r
-  Read = ArbitratedTempDeviceP.Read[unique(UQ_TEMP_RESOURCE)];\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.
+ */
+/**
+ * Photodiode of the mts300 sensor board.
+ * 
+ * @author David Gay
+ */
+
+#include "mts300.h"
+
+generic configuration TempC() {
+  provides interface Read<uint16_t>;
+}
+implementation {
+  components ArbitratedTempDeviceP;
+
+  Read = ArbitratedTempDeviceP.Read[unique(UQ_TEMP_RESOURCE)];
+}