[Tinyos-2-commits]
CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler
Makefile, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Sun Mar 2 19:11:29 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4912/Sampler
Modified Files:
Makefile
Log Message:
Added README file explaining how the applicatin works, its organizational structure, and how to cinfigure it to work with other sensors as well as set the sampling intervals, etc.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 3 Sep 2007 22:46:35 -0000 1.1
--- Makefile 3 Mar 2008 03:11:27 -0000 1.2
***************
*** 1,4 ****
COMPONENT=LowPowerSensingPeriodicSamplerAppC
! CFLAGS += -I.. -I../sampleLog -I../universal_sensors
CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
--- 1,4 ----
COMPONENT=LowPowerSensingPeriodicSamplerAppC
! CFLAGS += -I.. -I../sampleLog -I../tmote_onboard_sensors
CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
More information about the Tinyos-2-commits
mailing list