[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors TestBasicsbSensorsC.nc, 1.2, 1.3
Chieh-Jan Mike Liang
liang_mike at users.sourceforge.net
Fri Aug 1 19:47:53 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestPrintf README, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoCsmaP.nc, NONE, 1.1 NoCsmaQueueP.nc, NONE, 1.1 NoCapP.nc, 1.2, NONE NoCapQueueP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31380
Modified Files:
TestBasicsbSensorsC.nc
Log Message:
Pause a bit before the next sample
Index: TestBasicsbSensorsC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestBasicsbSensorsC.nc 24 Jul 2008 23:53:47 -0000 1.2
--- TestBasicsbSensorsC.nc 2 Aug 2008 02:47:51 -0000 1.3
***************
*** 68,71 ****
--- 68,72 ----
while( call BlockingAMSend.send(AM_BROADCAST_ADDR, &msg, sizeof(sensor_readings_t)) != SUCCESS );
call Leds.led0Toggle();
+ call MainThread.sleep(512);
}
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestPrintf README, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoCsmaP.nc, NONE, 1.1 NoCsmaQueueP.nc, NONE, 1.1 NoCapP.nc, 1.2, NONE NoCapQueueP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list