mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
24 lines
847 B
XML
24 lines
847 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="actuators_ppm" dir="actuators" task="actuators">
|
|
<doc>
|
|
<description>
|
|
Actuators Driver using PPM output
|
|
|
|
This is used in the case where you want to directly drive a receiver which has a microcontroller
|
|
to do the decoding and driving of the servos (not a 4015 or 4017 decoder chip).
|
|
The PPM is output on the SERV_CLK pin. The PPM frame rate, pulse width, and number of channels
|
|
Can be adjusted in the "servos_ppm_hw.h" file to suit your particular receiver.
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="actuators_ppm.h" dir="subsystems/actuators"/>
|
|
</header>
|
|
<makefile target="!sim">
|
|
<define name="ACTUATORS"/>
|
|
<define name="SERVOS_PPM_MAT"/>
|
|
<file_arch name="actuators_ppm_hw.c" dir="subsystems/actuators"/>
|
|
</makefile>
|
|
</module>
|
|
|