Update of /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23069/apps/XSensorMTS400
Modified Files:
TestMTS400M.nc
Log Message:
Comments on power control
Index: TestMTS400M.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/TestMTS400M.nc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** TestMTS400M.nc 17 Aug 2005 22:42:42 -0000 1.17
--- TestMTS400M.nc 17 Aug 2005 23:50:14 -0000 1.18
***************
*** 690,697 ****
--- 690,702 ----
if (is_gga_string_m(leadtek_string)) {
call nmea.gga_parse(gga_data_ptr, leadtek_string);
+ #if 0
+ // Power control should be handled internal to the GPS
+ // module. The GPS module should be told to turn off
+ // and all switch control should be handled there.
if (!gpsIsPowered) {
// The GPS is off, we can release the switches too.
call GpsCmd.TxRxSwitch(0);
};
+ #endif
atomic readStep = GPS_DONE;
|