mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
22 lines
597 B
XML
22 lines
597 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="servo_switch">
|
|
<header>
|
|
<file name="servo_switch.h"/>
|
|
</header>
|
|
<init fun="servo_switch_init()"/>
|
|
<periodic fun="servo_switch_periodic()" freq="10."/>
|
|
<makefile>
|
|
|
|
<!-- these parameters should be set for that module in the airframe file unless you want the defaults
|
|
Servo value in usec
|
|
<param name="SERVO_SWITCH_ON_VALUE" value="2000"/>
|
|
<param name="SERVO_SWITCH_OFF_VALUE" value="1000"/>
|
|
<param name="SERVO_SWITCH_SERVO" value="SERVO_SWITCH"/>
|
|
-->
|
|
|
|
<file name="servo_switch.c"/>
|
|
</makefile>
|
|
</module>
|
|
|