Files
paparazzi/conf/modules/adc.xml
T
2021-07-27 13:34:23 +02:00

23 lines
501 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="adc" dir="mcu_periph" task="mcu">
<doc>
<description>
General ADC driver
To activate a specific ADC input, define flag USE_ADC_X where X is your ADC input number
</description>
</doc>
<dep>
<depends>mcu</depends>
</dep>
<header>
<file name="adc.h" dir="mcu_periph"/>
</header>
<makefile>
<define name="USE_ADC"/>
<file_arch name="adc_arch.c" dir="mcu_periph"/>
<test/>
</makefile>
</module>