X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FNoPinC.nc;h=5a38e680bd0e41c302549a162eeec6138bd3fb08;hb=b7e372c3aa2f1da307407397da3b032df4ac4d49;hp=833f75f66dc82693c8cc2ee4b787e9b55e520ba9;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;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() { } }