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
pbn.xml
<!DOCTYPE module SYSTEM "module.dtd">

<!--

  Pressure Board Navarro (2010)

  by Matthieu Navarro

  combine differential and absolute pressure sensor (ETS raw sensors)
  controlled by a dspic
  return scaled values over I2C

-->

<module name="pbn" dir="sensors">
  <doc>
    <description>
      Pressure Board Navarro (2010)

      by Matthieu Navarro

      combine differential and absolute pressure sensor (ETS raw sensors)
      controlled by a dspic
      return scaled values over I2C
    </description>
  </doc>

  <header>
    <file name="pressure_board_navarro.h"/>
  </header>
  <init fun="pbn_init()"/>
  <periodic fun="pbn_periodic()" freq="10"/>
  <event fun="PbnEvent()"/>

  <makefile>
    <file name="pressure_board_navarro.c"/>
  </makefile>

</module>

back to top