mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
21 lines
365 B
XML
21 lines
365 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<!--
|
|
Baro ETS module (I2C)
|
|
-->
|
|
|
|
<module name="baro_ets" dir="sensors">
|
|
|
|
<header>
|
|
<file name="baro_ets.h"/>
|
|
</header>
|
|
<init fun="baro_ets_init()"/>
|
|
<periodic fun="baro_ets_read_periodic()" freq="10."/>
|
|
<event fun="baro_ets_event()"/>
|
|
|
|
<makefile>
|
|
<file name="baro_ets.c"/>
|
|
</makefile>
|
|
|
|
</module>
|