[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson2.html,
1.3, 1.4
Phil Levis
scipio at users.sourceforge.net
Mon Jul 16 14:03:09 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/printf PrintfP.nc, 1.6,
1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc
tos-build-deluge-image.1, NONE, 1.1 tos-deluge.1, NONE,
1.1 Makefile.am, 1.4, 1.5 tinyos.py, 1.2,
1.3 tos-build-deluge-image, 1.1, 1.2 tos-deluge, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv392
Modified Files:
lesson2.html
Log Message:
Evceventm not command
S: ----------------------------------------------------------------------
Index: lesson2.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson2.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lesson2.html 4 Jan 2007 17:11:53 -0000 1.3
--- lesson2.html 16 Jul 2007 21:03:07 -0000 1.4
***************
*** 734,738 ****
call Timer.startOneShot(500);
! command void Timer.fired() {
op2();
state = RUNNING;
--- 734,738 ----
call Timer.startOneShot(500);
! event void Timer.fired() {
op2();
state = RUNNING;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/printf PrintfP.nc, 1.6,
1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc
tos-build-deluge-image.1, NONE, 1.1 tos-deluge.1, NONE,
1.1 Makefile.am, 1.4, 1.5 tinyos.py, 1.2,
1.3 tos-build-deluge-image, 1.1, 1.2 tos-deluge, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list