Files
paparazzi/conf/modules/pbn.xml
T
2012-12-29 23:12:24 +01:00

29 lines
582 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="pbn" dir="sensors">
<doc>
<description>
Pressure Board Navarro.
by Matthieu Navarro (2010)
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>