mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 12:57:27 +08:00
simple module toggles a couple of gpio on lisa
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="deploy_sonar_buoy">
|
||||
<header>
|
||||
<file name="deploy_sonar_buoy.h"/>
|
||||
</header>
|
||||
<init fun="deploy_sonar_buoy_init()"/>
|
||||
<periodic fun="deploy_sonar_buoy_periodic()" freq="10."/>
|
||||
<makefile>
|
||||
<file name="deploy_sonar_buoy.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user