mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
a0bc3a70e7
closes #653 closes #647
22 lines
480 B
XML
22 lines
480 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="gps_i2c">
|
|
<doc>
|
|
<description>
|
|
U-blox GPS (I2C)
|
|
(apparently currently 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" />
|
|
</makefile>
|
|
</module>
|
|
|