[Firebug-cvs] mts400/apps/TestGPS gps_newM.nc,1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2003-11-12 00:11:50
|
Update of /cvsroot/firebug/mts400/apps/TestGPS In directory sc8-pr-cvs1:/tmp/cvs-serv7855/apps/TestGPS Modified Files: gps_newM.nc Log Message: GPS code appears to running by itself now. Index: gps_newM.nc =================================================================== RCS file: /cvsroot/firebug/mts400/apps/TestGPS/gps_newM.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gps_newM.nc 11 Nov 2003 01:58:36 -0000 1.1 --- gps_newM.nc 12 Nov 2003 00:11:47 -0000 1.2 *************** *** 15,19 **** // new stuff for using gps without sensirion ! //interface StdControl as SwitchControl; interface Switch as PowerSwitch; interface Switch as IOSwitch; --- 15,19 ---- // new stuff for using gps without sensirion ! interface StdControl as SwitchControl; interface Switch as PowerSwitch; interface Switch as IOSwitch; *************** *** 23,28 **** interface I2CSwitchCmds as GpsCmd; ! interface BareSendMsg as GpsSend; ! interface ReceiveMsg as GpsReceive; } } --- 23,28 ---- interface I2CSwitchCmds as GpsCmd; ! interface BareSendMsg as GpsSend; ! interface ReceiveMsg as GpsReceive; } } |