Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
humid_hih.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="humid_hih" dir="meteo">
  <doc>
    <description></description>
  </doc>
  <header>
    <file name="humid_hih.h"/>
  </header>
  <init fun="humid_hih_init()"/>
  <periodic fun="humid_hih_periodic()" freq="4"/>
  <makefile target="ap">
    <file name="humid_hih.c"/>
    <define name="ADC_CHANNEL_HUMID_HIH" value="ADC_3"/>
    <define name="USE_ADC_3"/>
  </makefile>
</module>

back to top