[Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
Tda5250ASKNFSKFakePinP.nc, 1.1.2.1, 1.1.2.2
Philipp Huppertz
phihup at users.sourceforge.net
Wed Oct 4 06:11:21 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15161/tos/platforms/eyesIFX/chips/tda5250
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Tda5250ASKNFSKFakePinP.nc
Log Message:
- updated to the new spi interface
Index: Tda5250ASKNFSKFakePinP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250/Attic/Tda5250ASKNFSKFakePinP.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
*** Tda5250ASKNFSKFakePinP.nc 12 Sep 2006 12:16:31 -0000 1.1.2.1
--- Tda5250ASKNFSKFakePinP.nc 4 Oct 2006 13:11:19 -0000 1.1.2.2
***************
*** 13,16 ****
--- 13,18 ----
async command bool GeneralIO.get(){ return FALSE; }
async command void GeneralIO.makeInput(){}
+ async command bool GeneralIO.isOutput() { return FALSE; }
async command void GeneralIO.makeOutput(){}
+ async command bool GeneralIO.isInput() { return FALSE; }
}
More information about the Tinyos-2-commits
mailing list