mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
14 lines
296 B
XML
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>
|
|
|