]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/pins/Msp430GpioC.nc
switch to new annotation syntax
[tinyos-2.x.git] / tos / chips / msp430 / pins / Msp430GpioC.nc
index 6215f4505f5d1f98b4a3ea65410ec52041fb5a96..e38ca706fcb178d3113d9a2a1949115f99c7c3d2 100644 (file)
@@ -39,6 +39,8 @@ implementation {
   async command void GeneralIO.toggle() { call HplGeneralIO.toggle(); }
   async command bool GeneralIO.get() { return call HplGeneralIO.get(); }
   async command void GeneralIO.makeInput() { call HplGeneralIO.makeInput(); }
+  async command bool GeneralIO.isInput() { return call HplGeneralIO.isInput(); }
   async command void GeneralIO.makeOutput() { call HplGeneralIO.makeOutput(); }
+  async command bool GeneralIO.isOutput() { return call HplGeneralIO.isOutput(); }
 
 }