[Firebug-cvs] firebug/web gps_driver.html,1.10,1.11
Brought to you by:
doolin
From: <do...@us...> - 2003-11-11 02:00:12
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv8939/web Modified Files: gps_driver.html Log Message: Added p-code to gps web page. Index: gps_driver.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/gps_driver.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gps_driver.html 1 Aug 2003 17:32:28 -0000 1.10 --- gps_driver.html 11 Nov 2003 02:00:08 -0000 1.11 *************** *** 18,21 **** --- 18,33 ---- <p>FireBug uses the <tt>gps</tt> driver to interface with a GPS receiver and handle location information.</p> + + <p>Some pseudo-code for GPS driver:</p> + + <ul> + <li>Turn power on I2C Switch 0, S8-D8</li> + <li>Enable GPS I/O on I2C Switch 1: + <ul> + <li>S1-D1 GPS_TX</li> + <li>S2-D2 GPS_RX</li> + </ul> + </li> + </ul> <h2>Introduction</h2> |