mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
21 lines
514 B
XML
21 lines
514 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<!--
|
|
VTI SCP1000 pressure sensor (I2C)
|
|
@define SCP_I2C_DEV i2c device (default i2c0)
|
|
@define SENSOR_SYNC_SEND to transmit the data as it is acquired
|
|
-->
|
|
|
|
<module name="baro_scp_i2c" dir="sensors">
|
|
<header>
|
|
<file name="baro_scp_i2c.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_i2c.c"/>
|
|
</makefile>
|
|
</module>
|
|
|