Files
paparazzi/conf/modules/MPPT.xml
T
2014-09-30 19:19:47 +02:00

30 lines
678 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="MPPT">
<doc>
<description>
Maximum Power Point Tracker
Solar Cells control board by Michel
</description>
</doc>
<settings>
<dl_settings>
<dl_settings NAME="MPPT">
<dl_setting MAX="3" MIN="1" STEP="1" VAR="MPPT_mode" module="MPPT"/>
</dl_settings>
</dl_settings>
</settings>
<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>