mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
17 lines
354 B
XML
17 lines
354 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="MPPT">
|
|
<header>
|
|
<file name="MPPT.h"/>
|
|
</header>
|
|
<init fun="MPPT_init()"/>
|
|
<periodic fun="MPPT_periodic()" freq="8." delay="4" autorun="TRUE"/>
|
|
<makefile target="ap">
|
|
<file name="MPPT.c"/>
|
|
</makefile>
|
|
<makefile target="sim">
|
|
<file name="sim_MPPT.c"/>
|
|
</makefile>
|
|
</module>
|
|
|