mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
add Measurement Specialties MS5611-01BA pressure/temperature sensor
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<!--
|
||||
Measurement Specialties MS5611-01BA pressure sensor (I2C)
|
||||
@param MS5611_I2C_DEV i2c device (default i2c0)
|
||||
-->
|
||||
|
||||
<module name="baro_ms5611_i2c" dir="sensors">
|
||||
<header>
|
||||
<file name="baro_ms5611_i2c.h"/>
|
||||
</header>
|
||||
<init fun="baro_ms5611_init()"/>
|
||||
<periodic fun="baro_ms5611_periodic()" freq="4" delay="0"/>
|
||||
<periodic fun="baro_ms5611_d1()" freq="4" delay="1"/>
|
||||
<periodic fun="baro_ms5611_d2()" freq="4" delay="2"/>
|
||||
<event fun="baro_ms5611_event()"/>
|
||||
<makefile target="ap">
|
||||
<file name="baro_ms5611_i2c.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user