mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
Adapt ArduIMU to new i2c, fix gps.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="ins_ArduIMU" dir="ins">
|
||||
<header>
|
||||
<file name="ins_arduimu.h"/>
|
||||
</header>
|
||||
<init fun="ArduIMU_init()"/>
|
||||
<periodic fun="ArduIMU_periodic()" freq="15" autorun="TRUE"/> <!-- 15 ist soll -->
|
||||
<periodic fun="ArduIMU_periodicGPS()" freq="8" autorun="TRUE"/> <!-- 8 ist soll -->
|
||||
<makefile target="ap">
|
||||
<file name="ins_arduimu.c"/>
|
||||
</makefile>
|
||||
<!--makefile target="sim">
|
||||
<file name="sim_MPPT.c"/>
|
||||
</makefile-->
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user