mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
22 lines
512 B
XML
22 lines
512 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<!--
|
|
VTI SCP1000 pressure sensor (SPI)
|
|
@define SENSOR_SYNC_SEND to transmit the data as it is acquired
|
|
-->
|
|
|
|
<module name="baro_scp" dir="sensors">
|
|
<header>
|
|
<file name="baro_scp.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.c"/>
|
|
<define name="SPI_MASTER"/>
|
|
<define name="USE_SPI"/>
|
|
</makefile>
|
|
</module>
|
|
|