Files
paparazzi/conf/modules/can_fuelcell.xml
T
Fabien-B 9c2206f6a4
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
[can fuelcell] use DSDL definition (#3505)
Co-authored-by: Fabien-B <Fabien-B@github.com>
2025-07-16 10:18:57 +02:00

21 lines
624 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="can_fuelcell" dir="energy">
<doc>
<description>CAN Fuelcell data sent to GCS</description>
</doc>
<header>
<file name="can_fuelcell.h"/>
</header>
<init fun="can_fuelcell_init()"/>
<periodic fun="can_fuelcell_periodic()" freq="1." autorun="TRUE"/>
<makefile>
<!-- Sources -->
<file name="can_fuelcell.c"/>
<!-- Load DSDL generated files-->
<include name="$(PAPARAZZI_HOME)/var/include/DSDLcode/include"/>
<file name="pprz.equipment.fuelcell.Status.c" dir="$(PAPARAZZI_HOME)/var/include/DSDLcode/src"/>
</makefile>
</module>