Files
paparazzi/conf/modules/temp_lm75.xml
T
Martin Mueller 5c426848f0 And more sensors!
2010-10-17 00:10:51 +00:00

15 lines
315 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="temp_lm75" dir="meteo">
<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>