mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
Easyglider and Matek wing autopilot module autoload file
I just added some comments.
This commit is contained in:
@@ -3,16 +3,19 @@
|
|||||||
<module name="board_matek_wing" dir="boards">
|
<module name="board_matek_wing" dir="boards">
|
||||||
<doc>
|
<doc>
|
||||||
<description>
|
<description>
|
||||||
Autoload several onboard sensors for the Matek F405 Wing board with proper configuration
|
Autoload several onboard sensors and subsystems
|
||||||
- IMU MPU6000
|
for the Matek F405 Wing board with proper configuration.
|
||||||
- Baro (BMP280)
|
IMU MPU6000
|
||||||
|
Baro (BMP280)
|
||||||
|
OSD
|
||||||
|
GPS and many other subsystems which i always use.
|
||||||
Normal front of the board is on the servo S3-S8 servo connector
|
Normal front of the board is on the servo S3-S8 servo connector
|
||||||
Normal up of the board is on STM32F405 side
|
Normal up of the board is on STM32F405 side.
|
||||||
</description>
|
</description>
|
||||||
</doc>
|
</doc>
|
||||||
<autoload name="gps" type="ublox" />
|
<autoload name="gps" type="ublox" />
|
||||||
<autoload name="control" />
|
<autoload name="control" />
|
||||||
<autoload name="telemetry" type="transparent"/>
|
<autoload name="telemetry" type="transparent"/>
|
||||||
<autoload name="control" />
|
<autoload name="control" />
|
||||||
<autoload name="radio_control" type="ppm"/>
|
<autoload name="radio_control" type="ppm"/>
|
||||||
<autoload name="navigation" />
|
<autoload name="navigation" />
|
||||||
@@ -21,7 +24,7 @@
|
|||||||
<autoload name="ins" type="alt_float"/>
|
<autoload name="ins" type="alt_float"/>
|
||||||
<autoload name="spi" type="master"/>
|
<autoload name="spi" type="master"/>
|
||||||
<autoload name="nav_line"/>
|
<autoload name="nav_line"/>
|
||||||
<autoload name="gps_ubx_ucenter"/>
|
<autoload name="gps_ubx_ucenter"/>
|
||||||
<autoload name="osd_max7456" />
|
<autoload name="osd_max7456" />
|
||||||
<autoload name="baro_bmp280_i2c" />
|
<autoload name="baro_bmp280_i2c" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user