]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/mda100/TempC.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / mda100 / TempC.nc
index 6bdfb60f0f32ab2a4fc213a5ef996dc0900651c0..0a5ae9c22de14952b74e045ebc685d75c58c0323 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 mda100 sensor board.\r
- * \r
- * @author David Gay\r
- */\r
-\r
-#include "mda100.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_MDA100_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 mda100 sensor board.
+ * 
+ * @author David Gay
+ */
+
+#include "mda100.h"
+
+generic configuration TempC() {
+  provides interface Read<uint16_t>;
+}
+implementation {
+  components ArbitratedTempDeviceP;
+
+  Read = ArbitratedTempDeviceP.Read[unique(UQ_MDA100_TEMP_RESOURCE)];
+}