Files
paparazzi/conf/modules/gps_i2c.xml
T
Christophe De Wagter 382d6a1c1b CHIMU_UART works
2011-04-05 00:29:14 +02:00

22 lines
570 B
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">
<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>