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
airspeed_ads1114.xml
<!DOCTYPE module SYSTEM "module.dtd">
<!-- Module to extend the baro_board module with an airspeed sensor using ads1114 adc -->

<module name="airspeed_ads1114" dir="sensors">
  <doc>
    <description>Module to extend the baro_board module with an airspeed sensor using ads1114 adc</description>
  </doc>
  <depend require="baro_board.xml"/>
  <header>
    <file name="airspeed_ads1114.h"/>
  </header>
  <periodic fun="airspeed_periodic()" freq="60."/>
  <makefile target="ap">
    <file name="airspeed_ads1114.c"/>
    <define name="USE_BARO_DIFF"/>
    <define name="USE_ADS1114_2"/>
    <define name="ADS1114_2_PGA" value="0x1"/> <!-- PGA gain = 1  (+/- 4.096V) -->
  </makefile>
</module>


back to top