Files
paparazzi/conf/modules/MPPT.xml
T
Pascal Brisset 95ae9fc8bf
2009-09-12 21:26:18 +00:00

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>