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
temp_lm75.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="temp_lm75" dir="meteo">
  <doc>
    <description></description>
  </doc>
  <header>
    <file name="temp_lm75.h"/>
  </header>
  <init fun="lm75_init()"/>
  <periodic fun="lm75_periodic()" freq="3"/>
  <event fun="lm75_event()"/>
  <makefile target="ap">
    <file name="temp_lm75.c"/>
  </makefile>
</module>

back to top