[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson12.html, 1.3, 1.4

Phil Levis scipio at users.sourceforge.net
Fri Oct 26 08:21:22 PDT 2007


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

Modified Files:
	lesson12.html 
Log Message:
4 bit link estimator.


Index: lesson12.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson12.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lesson12.html	12 Dec 2006 18:22:53 -0000	1.3
--- lesson12.html	26 Oct 2007 15:21:19 -0000	1.4
***************
*** 175,179 ****
  Makefile:<br>
  </p>
! <pre>COMPONENT=EasyCollectionAppC<br>CFLAGS += -I$(TOSDIR)/lib/net \<br>          -I$(TOSDIR)/lib/net/le \<br>          -I$(TOSDIR)/lib/net/ctp<br>include $(MAKERULES)<br></pre>
  Now install this program into several nodes (make sure you have one
  base station, that is, one node whose ID is 1) and see how all the
--- 175,179 ----
  Makefile:<br>
  </p>
! <pre>COMPONENT=EasyCollectionAppC<br>CFLAGS += -I$(TOSDIR)/lib/net \<br>          -I$(TOSDIR)/lib/net/4bitle \<br>          -I$(TOSDIR)/lib/net/ctp<br>include $(MAKERULES)<br></pre>
  Now install this program into several nodes (make sure you have one
  base station, that is, one node whose ID is 1) and see how all the



More information about the Tinyos-2-commits mailing list