[Tinyos-2-commits] CVS: tinyos-2.x/tos/system NoPinC.nc, 1.1.2.1,
1.1.2.2
David Gay
idgay at users.sourceforge.net
Mon Oct 30 10:26:06 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12295
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
NoPinC.nc
Log Message:
update for new interface
Index: NoPinC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/NoPinC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** NoPinC.nc 1 May 2006 17:19:08 -0000 1.1.2.1
--- NoPinC.nc 30 Oct 2006 18:26:04 -0000 1.1.2.2
***************
*** 26,29 ****
--- 26,31 ----
async command void GeneralIO.makeInput() { }
async command void GeneralIO.makeOutput() { }
+ async command bool GeneralIO.isInput() { }
+ async command bool GeneralIO.isOutput() { }
}
More information about the Tinyos-2-commits
mailing list