mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
15 lines
326 B
XML
15 lines
326 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="baro_scp" dir="meteo">
|
|
<header>
|
|
<file name="baro_scp.h"/>
|
|
</header>
|
|
<init fun="baro_scp_init()"/>
|
|
<periodic fun="baro_scp_periodic()" freq="1.8"/>
|
|
<event fun="baro_scp_event()"/>
|
|
<makefile target="ap">
|
|
<file name="baro_scp.c"/>
|
|
</makefile>
|
|
</module>
|
|
|