Files
paparazzi/conf/modules/actuators.xml
T
Gautier Hattenberger 5cda539646
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
[actuator] change configuration of actuators (#3548)
* [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
2025-11-25 16:58:44 +01:00

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>