mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 12:57:27 +08:00
GFI wind dir/speed sensor module
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="wind_gfi" dir="meteo">
|
||||
<header>
|
||||
<file name="wind_gfi.h"/>
|
||||
</header>
|
||||
<init fun="wind_gfi_init()"/>
|
||||
<periodic fun="wind_gfi_periodic()" freq="4" delay="2"/>
|
||||
<event fun="wind_gfi_event()"/>
|
||||
<makefile target="ap">
|
||||
<file name="wind_gfi.c"/>
|
||||
<define name="ZERO_OFFSET_DEGREES" value="56."/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user