mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
33ebce980a
Doxygen / build (push) Waiting to run
--------- Co-authored-by: Florian Sansou <florian.sansou@enac.fr>
20 lines
545 B
XML
20 lines
545 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="board_betafpv_aiof7" dir="boards">
|
|
<doc>
|
|
<description>
|
|
Autoload several onboard sensors for the betafpv aiof7 board with proper configuration
|
|
- IMU (ICM42688)
|
|
- Baro (Externe)
|
|
- Mag (Externe)
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>imu_icm42688</depends>
|
|
</dep>
|
|
<makefile target="!sim|nps|fbw">
|
|
<configure name="IMU_SPI_DEV" value="spi1" case="upper|lower"/>
|
|
<configure name="IMU_SPI_SLAVE_IDX" value="SPI_SLAVE0"/>
|
|
</makefile>
|
|
</module>
|