Files
paparazzi/conf/modules/actuators_esc32.xml
T
2021-11-13 00:48:14 +01:00

29 lines
743 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="actuators_esc32" dir="actuators" task="actuators">
<doc>
<description>
Actuators Driver for AutoQuad ESC32 over CAN
Only with stm32
required xml configuration:
- servo section with driver="ESC32"
- command_laws section to map motor_mixing commands to servos
</description>
</doc>
<dep>
<depends>actuators</depends>
<provides>actuators</provides>
</dep>
<header>
<file name="actuators_esc32.h"/>
</header>
<makefile target="ap">
<define name="USE_CAN_EXT_ID"/>
<file name="can.c" dir="mcu_periph"/>
<file_arch name="can_arch.c" dir="mcu_periph"/>
<file_arch name="actuators_esc32.c"/>
</makefile>
</module>