Files
paparazzi/conf/modules/baro_ets.xml
T

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>