Files
paparazzi/conf/modules/humid_sht.xml
T

14 lines
296 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="humid_sht" dir="meteo">
<header>
<file name="humid_sht.h"/>
</header>
<init fun="humid_sht_init()"/>
<periodic fun="humid_sht_periodic()" freq="4."/>
<makefile target="ap">
<file name="humid_sht.c"/>
</makefile>
</module>