]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/m16c62p/adc/M16c62pAdcPlatform.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / m16c62p / adc / M16c62pAdcPlatform.nc
diff --git a/tos/chips/m16c62p/adc/M16c62pAdcPlatform.nc b/tos/chips/m16c62p/adc/M16c62pAdcPlatform.nc
new file mode 100644 (file)
index 0000000..7a50f1b
--- /dev/null
@@ -0,0 +1,6 @@
+interface M16c62pAdcPlatform
+{
+  async command void adcOn();
+  
+  async command void adcOff();
+}
\ No newline at end of file