]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/GeneralIO.nc
Update tos-bsl for win32 python
[tinyos-2.x.git] / tos / interfaces / GeneralIO.nc
index ae9e79e353145221167087a2736079969f83668a..cf0fea9255f09670aa5f89405cde198072bb7abd 100644 (file)
@@ -31,6 +31,7 @@ interface GeneralIO
   async command void toggle();
   async command bool get();
   async command void makeInput();
+  async command bool isInput();
   async command void makeOutput();
+  async command bool isOutput();
 }
-