mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
ACAM Picocap Single-chip solution for Capacitance (humidity) Measurement
This commit is contained in:
+6
-1
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user