mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
21 lines
518 B
XML
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>
|
|
|