[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep117.txt, 1.1.2.8, 1.1.2.9

Jonathan Hui jwhui at users.sourceforge.net
Sat Sep 30 11:48:07 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv804

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tep117.txt 
Log Message:

Added isOutput()



Index: tep117.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep117.txt,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** tep117.txt	30 Sep 2006 18:28:14 -0000	1.1.2.8
--- tep117.txt	30 Sep 2006 18:48:05 -0000	1.1.2.9
***************
*** 101,106 ****
     async command bool get();
     async command void makeInput();
-    async command void makeOutput();
     async command bool isInput();
   }
  
--- 101,107 ----
     async command bool get();
     async command void makeInput();
     async command bool isInput();
+    async command void makeOutput();
+    async command bool isOutput();
   }
  
***************
*** 120,124 ****
--- 121,127 ----
   
     async command error_t enableRisingEdge();
+    async command bool isRisingEdgeEnabled();
     async command error_t enableFallingEdge();
+    async command bool isFallingEdgeEnabled();
     async command error_t disable();
     async event void fired();
***************
*** 142,146 ****
--- 145,151 ----
   
     async command error_t captureRisingEdge();
+    async command bool isRisingEdgeEnabled();
     async command error_t captureFallingEdge();
+    async command bool isFallingEdgeEnabled();
     async event void captured(uint16_t time);
     async command void disable();



More information about the Tinyos-2-commits mailing list