mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
Actuators modules (#1985)
Convert actuators subsystems to modules. Some drivers (4015, 4017, pwm) makefiles are kept so that autoload for some boards is still working.
This commit is contained in:
committed by
Felix Ruess
parent
27134d490f
commit
f1cc62c088
@@ -18,7 +18,7 @@
|
||||
<module name="radio_control" type="ppm"/>
|
||||
<module name="telemetry" type="transparent"/>
|
||||
<module name="actuators" type="mkk">
|
||||
<define name="MKK_I2C_SCL_TIME" value="25"/>
|
||||
<configure name="ACTUATORS_MKK_I2C_SCL_TIME" value="25"/>
|
||||
</module>
|
||||
<module name="motor_mixing"/>
|
||||
<module name="imu" type="hbmini"/>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<module name="radio_control" type="ppm"/>
|
||||
<module name="telemetry" type="transparent"/>
|
||||
<module name="actuators" type="mkk">
|
||||
<define name="MKK_I2C_SCL_TIME" value="25"/>
|
||||
<configure name="ACTUATORS_MKK_I2C_SCL_TIME" value="25"/>
|
||||
</module>
|
||||
<module name="motor_mixing"/>
|
||||
<module name="actuators" type="pwm">
|
||||
|
||||
Reference in New Issue
Block a user