mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
adds TYPE_ANALOG and TYPE_3DMG defines
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<airframe name="Gorazoptere_brushless_3DMG" ctl_board="V1_2_1" gps="SAM_LS">
|
||||
<section name="IMU_3DMG" prefix="IMU_">
|
||||
<define name="TYPE_3DMG" value="1">
|
||||
</section>
|
||||
<section name="rate_loop">
|
||||
<define name="ROLL_DOT_PGAIN" value="-192."/>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<airframe name="Gorazoptere_brushless_ANALOG" ctl_board="V1_2_1" gps="SAM_LS">
|
||||
<section name="IMU_ANALOG" prefix="IMU_">
|
||||
<define name="TYPE_ANALOG" value="1">
|
||||
<define name="ADC_ROLL_DOT" value="1"/>
|
||||
<define name="ADC_PITCH_DOT" value="2"/>
|
||||
<define name="ADC_YAW_DOT" value="3"/>
|
||||
|
||||
Reference in New Issue
Block a user