Gas Engine Idle
No detailed description...
Example for airframe file
Add to your firmware section:
<module name="gas_engine_idle"/>
Module functions
Periodic Functions
These functions are called periodically at the specified frequency from the module periodic loop.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw gas_engine_idle.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="gas_engine_idle" dir="gas_engine">
<doc>
<description>Gas Engine Idle</description>
</doc>
<settings>
<dl_settings>
<dl_settings NAME="engine">
<dl_setting MAX="9600" MIN="-9600" STEP="1" VAR="gas_engine_idle_trim_left" shortname="left" module="modules/gas_engine/gas_engine_idle_trim" />
<dl_setting MAX="9600" MIN="-9600" STEP="1" VAR="gas_engine_idle_trim_right" shortname="right"/>
</dl_settings>
</dl_settings>
</settings>
<header>
<file name="gas_engine_idle_trim.h"/>
</header>
<periodic fun="periodic_gas_engine_idle_trim()" freq="10." autorun="TRUE"/>
<makefile>
<raw>
</raw>
<file name="gas_engine_idle_trim.c"/>
</makefile>
</module>