mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
e4d9e10492
- support depends, conflicts and provides nodes, all under a 'dep' node - autoload are kept for now and are not moved yet - modules are updated for new dep format - it is now required that module's name and filename are the same
21 lines
618 B
XML
21 lines
618 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="humid_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>
|