[Firebug-cvs] fireboard/fireboard/sensorboards/xbow_mts420ca fireboardsensorM.nc,1.3,1.4
Brought to you by:
doolin
From: <do...@us...> - 2004-02-04 01:42:30
|
Update of /cvsroot/firebug/fireboard/fireboard/sensorboards/xbow_mts420ca In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2105/xbow_mts420ca Modified Files: fireboardsensorM.nc Log Message: Changed output string to support leadtek monitor. Index: fireboardsensorM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/sensorboards/xbow_mts420ca/fireboardsensorM.nc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fireboardsensorM.nc 28 Jan 2004 22:39:59 -0000 1.3 --- fireboardsensorM.nc 3 Feb 2004 19:12:34 -0000 1.4 *************** *** 177,181 **** //call Leds.greenToggle(); ! SODbg(DBG_USR2, "SHT11.dataReady: Humidity: Temp(adc): %i Humidity(adc): %i Temp(degCx10): %i Humidity(%): %i \r\n",tempdata,rel_humdata,(int)temp, (int)rel_hum); atomic { --- 177,181 ---- //call Leds.greenToggle(); ! SODbg(DBG_USR2, "$SHT11.dataReady: Humidity: Temp(adc): %i Humidity(adc): %i Temp(degCx10): %i Humidity(%): %i \r\n",tempdata,rel_humdata,(int)temp, (int)rel_hum); atomic { *************** *** 215,219 **** baro_pres = msg->baro_pres; ! SODbg(DBG_USR2, "Pressure: Temp(adc): %i Press(adc): %i Temp(degCx10): %i Press(mbar): %i \r\n", tempdata,baro_presdata,(int)temp, (int)baro_pres); #endif --- 215,219 ---- baro_pres = msg->baro_pres; ! SODbg(DBG_USR2, "$Pressure: Temp(adc): %i Press(adc): %i Temp(degCx10): %i Press(mbar): %i \r\n", tempdata,baro_presdata,(int)temp, (int)baro_pres); #endif *************** *** 315,319 **** //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); #endif --- 315,319 ---- //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); #endif |