]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Change to follow TEP 109 .
authorpipeng <pipeng>
Wed, 14 Mar 2007 07:07:58 +0000 (07:07 +0000)
committerpipeng <pipeng>
Wed, 14 Mar 2007 07:07:58 +0000 (07:07 +0000)
tos/sensorboards/mts300/Mts300Sounder.nc [new file with mode: 0644]

diff --git a/tos/sensorboards/mts300/Mts300Sounder.nc b/tos/sensorboards/mts300/Mts300Sounder.nc
new file mode 100644 (file)
index 0000000..6f39bff
--- /dev/null
@@ -0,0 +1,4 @@
+interface Mts300Sounder
+{
+  command void beep(uint16_t length);
+}