Update of /cvsroot/firebug/fireboard/fireboard/apps/TestTaos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32331/TestTaos
Modified Files:
Makefile testtaosM.nc
Log Message:
Rest of app makefiles changed.
Index: Makefile
===================================================================
RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestTaos/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 14 Jan 2004 15:22:54 -0000 1.2
--- Makefile 3 Feb 2004 19:09:54 -0000 1.3
***************
*** 1,5 ****
- COMPONENT=testtaos
- SENSORBOARD=taos_tsl250rd
include ../Makelocal
include $(TOSROOT)/apps/Makerules
--- 1,9 ----
include ../Makelocal
+ FIREBOARD_PATH += -I$(MTS420CA)/sensors/taos_tsl250rd
+ LOCAL_PATH += $(FIREBOARD_PATH)
+
+ COMPONENT=testtaos
+ PFLAGS := $(LOCAL_PATH) $(LOCAL_DEFINES) $(PFLAGS)
+
include $(TOSROOT)/apps/Makerules
Index: testtaosM.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestTaos/testtaosM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testtaosM.nc 22 Jan 2004 21:53:40 -0000 1.2
--- testtaosM.nc 3 Feb 2004 19:09:54 -0000 1.3
***************
*** 74,78 ****
call Leds.greenToggle();
! SODbg(DBG_USR2, "Taos Ch%i data: %i Cord: %i Step: %i ADC Counts: %i Light(lux): %i \r\n", channel, taos_data,cord,step,adc,(int)lux);
--- 74,78 ----
call Leds.greenToggle();
! SODbg(DBG_USR2, "$Taos Ch%i data: %i Cord: %i Step: %i ADC Counts: %i Light(lux): %i \r\n", channel, taos_data,cord,step,adc,(int)lux);
|