[Firebug-cvs] fireboard/fireboard/apps/TestSensirion Makefile,1.2,1.3 testsensirionM.nc,1.1.1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2004-01-21 20:42:12
|
Update of /cvsroot/firebug/fireboard/fireboard/apps/TestSensirion In directory sc8-pr-cvs1:/tmp/cvs-serv8380 Modified Files: Makefile testsensirionM.nc Log Message: Sensirion test code is working. Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestSensirion/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 21 Jan 2004 20:42:06 -0000 1.3 *************** *** 1,4 **** COMPONENT=testsensirion ! SENSORBOARD=sensirion_sht11 include ../Makelocal include $(TOSROOT)/apps/Makerules --- 1,4 ---- COMPONENT=testsensirion ! SENSORBOARD=micawb include ../Makelocal include $(TOSROOT)/apps/Makerules Index: testsensirionM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestSensirion/testsensirionM.nc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** testsensirionM.nc 5 Jan 2004 21:03:27 -0000 1.1.1.1 --- testsensirionM.nc 21 Jan 2004 20:42:06 -0000 1.2 *************** *** 36,39 **** --- 36,41 ---- command result_t StdControl.start() { + + call SHT11.startSampling(); return SUCCESS; } *************** *** 69,73 **** } ! event result_t SHT11.error(uint16_t) { return SUCCESS; } --- 71,75 ---- } ! async event result_t SHT11.error(uint16_t) { return SUCCESS; } |