mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-17 23:54:34 +08:00
21 lines
472 B
XML
21 lines
472 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="deploy_sonar_buoy">
|
|
<doc>
|
|
<description>
|
|
Toggle two gpio pins (Lisa).
|
|
The application in this was written for drops two sonar buoys.
|
|
</description>
|
|
</doc>
|
|
<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>
|
|
|
|
|