]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/im2sb/examples/TestSensor.h
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / sensorboards / im2sb / examples / TestSensor.h
diff --git a/tos/sensorboards/im2sb/examples/TestSensor.h b/tos/sensorboards/im2sb/examples/TestSensor.h
new file mode 100644 (file)
index 0000000..4cb2637
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef TEST_SENSOR_H\r
+#define TEST_SENSOR_H\r
+\r
+typedef nx_struct TestSensorMsg {\r
+  nx_uint16_t value;\r
+} TestSensorMsg;\r
+\r
+enum {\r
+  AM_TESTSENSORMSG = 10,\r
+};\r
+\r
+#endif\r