Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
baro_scp_i2c.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">
  <doc>
    <description>VTI SCP1000 pressure sensor (I2C)</description>
    <define name="SCP_I2C_DEV" value="i2cX" description="select i2c peripheral to use (default i2c0)"/>
    <define name="SENSOR_SYNC_SEND" description="flag to transmit the data as it is acquired"/>
  </doc>
  <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>

back to top