Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
gps_i2c.xml
<!DOCTYPE module SYSTEM "module.dtd">

<!-- to be configured with
ap.CFLAGS += -DUSE_GPS -DUBX -DGPS_LINK=gps_i2c -DGPS_LED=2
ap.CFLAGS += -DGPS_CONFIGURE -DGPS_PORT_ID=GPS_PORT_DDC
-->

<module name="gps_i2c">
  <doc>
    <description>U-blox gps using i2c (broken)</description>
  </doc>
  <header>
    <file name="gps_i2c.h"/>
  </header>
  <init fun="gps_i2c_init()"/>
  <periodic fun="gps_i2c_periodic()" freq="4." delay="4" autorun="TRUE"/>
  <event fun="gps_i2cEvent()"/>
  <makefile target="ap">
    <file name="gps_i2c.c"/>
    <define name="GPS_CONFIGURE" />
    <define name="GPS_PORT_ID" value="GPS_PORT_DDC" />
  </makefile>
</module>

back to top