mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
19 lines
547 B
XML
19 lines
547 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>
|
|
<header>
|
|
<file name="actuators_pwm.h" dir="subsystems/actuators"/>
|
|
</header>
|
|
<makefile target="!sim">
|
|
<define name="ACTUATORS"/>
|
|
<file_arch name="actuators_pwm_arch.c" dir="subsystems/actuators"/>
|
|
<file_arch name="actuators_shared_arch.c" dir="subsystems/actuators" cond="ifeq ($(ARCH), stm32)"/>
|
|
</makefile>
|
|
</module>
|
|
|