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
+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>