mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
5cda539646
* [actuator] change configuration of actuators - add a configuration structure to the actuators array - limit the use of macros - add a shell command to get and set actuator value - update config for all boards * fix actuator faulhaber for NPS * add missing file in actuators nps
29 lines
576 B
XML
29 lines
576 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="actuators" dir="actuators" task="actuators">
|
|
<doc>
|
|
<description>
|
|
Common actuators interface
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
</dep>
|
|
<header>
|
|
<file name="actuators.h"/>
|
|
</header>
|
|
<init fun="actuators_init()"/>
|
|
<periodic fun="actuators_periodic()"/>
|
|
<makefile>
|
|
<define name="ACTUATORS"/>
|
|
<file name="actuators.c"/>
|
|
<test>
|
|
<define name="ACTUATORS_NB"/>
|
|
<define name="ACTUATORS_CONFIG" value="{0}"/>
|
|
<define name="USE_SHELL"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|
|
|
|
|
|
|