mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
17 lines
386 B
XML
17 lines
386 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="rpm_control" dir="ctrl">
|
|
<doc>
|
|
<description>RPM controller with feedback</description>
|
|
</doc>
|
|
<header>
|
|
<file name="rpm_control.h"/>
|
|
</header>
|
|
<init fun="rpm_control_init()"/>
|
|
<periodic fun="rpm_control_periodic()" freq="512" autorun="TRUE"/>
|
|
<makefile>
|
|
<file name="rpm_control.c"/>
|
|
</makefile>
|
|
</module>
|
|
|