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

21 lines
518 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="humid_dpicco" dir="meteo">
<doc>
<description>
DigiPicco humidity sensor.
This reads the values for humidity and temperature from the IST DigiPicco sensor through I2C.
</description>
</doc>
<header>
<file name="humid_dpicco.h"/>
</header>
<init fun="dpicco_init()"/>
<periodic fun="dpicco_periodic()" freq="4."/>
<event fun="dpicco_event()"/>
<makefile target="ap">
<file name="humid_dpicco.c"/>
</makefile>
</module>