[Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep117.html, 1.1.2.4, 1.1.2.5

Phil Levis scipio at users.sourceforge.net
Sat Sep 30 11:59:09 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tep117.html 
Log Message:
Including Jonathan's change.


Index: tep117.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep117.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** tep117.html	30 Sep 2006 18:28:14 -0000	1.1.2.4
--- tep117.html	30 Sep 2006 18:59:07 -0000	1.1.2.5
***************
*** 304,310 ****
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">23-Jan-2006</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.1.2.7</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2006-09-27</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List &lt;tinyos-devel at mail.millennium.berkeley.edu&gt;</td>
--- 304,310 ----
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">23-Jan-2006</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.1.2.9</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2006-09-30</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List &lt;tinyos-devel at mail.millennium.berkeley.edu&gt;</td>
***************
*** 398,403 ****
    async command bool get();
    async command void makeInput();
-   async command void makeOutput();
    async command bool isInput();
  }
  </pre>
--- 398,404 ----
    async command bool get();
    async command void makeInput();
    async command bool isInput();
+   async command void makeOutput();
+   async command bool isOutput();
  }
  </pre>
***************
*** 415,419 ****
--- 416,422 ----
  
    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();
***************
*** 435,439 ****
--- 438,444 ----
  
    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