mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[modules documentation] Add a doc node to module
modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
<!-- Module to extend the baro_board module with an airspeed sensor using ads1114 adc -->
|
||||
|
||||
<module name="airspeed_ads1114" dir="sensors">
|
||||
<doc>
|
||||
<description>Module to extend the baro_board module with an airspeed sensor using ads1114 adc</description>
|
||||
</doc>
|
||||
<depend require="baro_board.xml"/>
|
||||
<header>
|
||||
<file name="airspeed_ads1114.h"/>
|
||||
|
||||
Reference in New Issue
Block a user