[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/mm74hc595 MM74HC595P.nc, 1.1.2.1, 1.1.2.2

Henri DF henridf at users.sourceforge.net
Thu Oct 19 05:49:22 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/mm74hc595
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13116

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	MM74HC595P.nc 
Log Message:
Keep up to date with expanded GeneralIO interface


Index: MM74HC595P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/mm74hc595/MM74HC595P.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
*** MM74HC595P.nc	7 Jun 2006 19:40:05 -0000	1.1.2.1
--- MM74HC595P.nc	19 Oct 2006 12:49:20 -0000	1.1.2.2
***************
*** 67,69 ****
--- 67,75 ----
    async command void GeneralIO.makeOutput() {
    }
+ 
+   async command bool GeneralIO.isInput() {
+   }
+   async command bool GeneralIO.isOutput() {
+   }
+ 
  }  



More information about the Tinyos-2-commits mailing list