X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FNoPinC.nc;h=5a38e680bd0e41c302549a162eeec6138bd3fb08;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=833f75f66dc82693c8cc2ee4b787e9b55e520ba9;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/tos/system/NoPinC.nc b/tos/system/NoPinC.nc index 833f75f6..5a38e680 100644 --- a/tos/system/NoPinC.nc +++ b/tos/system/NoPinC.nc @@ -25,5 +25,7 @@ implementation async command void GeneralIO.toggle() { } async command void GeneralIO.makeInput() { } async command void GeneralIO.makeOutput() { } + async command bool GeneralIO.isInput() { } + async command bool GeneralIO.isOutput() { } }