ACAM Picocap Single-chip solution for Capacitance (humidity) Measurement

This commit is contained in:
Martin Mueller
2011-07-22 18:50:31 +02:00
parent 88ff740f9e
commit 8b3eb0e714
4 changed files with 402 additions and 1 deletions
+6 -1
View File
@@ -1181,7 +1181,12 @@
<field name="ins_zdd" type="int32" alt_unit="m/s2" alt_unit_coef="0.0009766"/>
</message>
<!--152 is free -->
<message name="PCAP01_STATUS" id="152">
<field name="ihumid" type="uint32"/>
<field name="itemp" type="uint32"/>
<field name="humid" type="float" unit="rel_hum" format="%.2f"/>
<field name="temp" type="float" unit="deg_celsius" format="%.2f"/>
</message>
<message name="GEIGER_COUNTER" id="153">
<field name="tube1" type="uint32" unit="events"/>
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="humdid_pcap01" dir="meteo">
<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>