mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
30 lines
678 B
XML
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>
|
|
|