mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
22 lines
520 B
XML
22 lines
520 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="actuators_pwm" dir="actuators" task="actuators">
|
|
<doc>
|
|
<description>
|
|
Actuators Driver using direct PWM output
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>actuators</depends>
|
|
<provides>actuators</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="actuators_pwm.h"/>
|
|
</header>
|
|
<makefile target="!sim">
|
|
<file_arch name="actuators_pwm_arch.c"/>
|
|
<file_arch name="actuators_shared_arch.c" cond="ifeq ($(ARCH), stm32)"/>
|
|
</makefile>
|
|
</module>
|
|
|