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

21 lines
619 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="humdid_pcap01" dir="meteo">
<doc>
<description>
ACAM Picocap capacitance sensor.
ACAM Picocap Single-chip Solution for Capacitance Measurement
This reads the values for temperature and humidity from the ACAM capacitance and resistance measurement unit through I2C.
</description>
</doc>
<header>
<file name="humid_pcap01.h"/>
</header>
<init fun="pcap01_init()"/>
<periodic fun="pcap01_periodic()" freq="3"/>
<event fun="pcap01_event()"/>
<makefile target="ap">
<file name="humid_pcap01.c"/>
</makefile>
</module>