Files
paparazzi/conf/modules/baro_bmp.xml
T

21 lines
495 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<!--
Bosch BMP085 pressure sensor
@define BMP_I2C_DEV i2c device (default i2c0)
@define SENSOR_SYNC_SEND to transmit the data as it is acquired
-->
<module name="baro_bmp" dir="sensors">
<header>
<file name="baro_bmp.h"/>
</header>
<init fun="baro_bmp_init()"/>
<periodic fun="baro_bmp_periodic()" freq="8"/>
<event fun="baro_bmp_event()"/>
<makefile target="ap">
<file name="baro_bmp.c"/>
</makefile>
</module>