Files
paparazzi/conf/modules/booz_pwm.xml
T
2011-01-18 13:29:55 +01:00

19 lines
445 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<!--
Allow to use PWM output on booz boards
PWM0 is activated by default (PWM5 on lpc21 output)
PWM1 can be activated with USE_PWM1 flag (PWM2 on lpc21 output)
-->
<module name="booz_pwm" dir="core">
<header>
<file name="booz_pwm_arch.h"/>
</header>
<init fun="booz_pwm_init_arch()"/>
<makefile target="ap">
<file_arch name="booz_pwm_arch.c"/>
</makefile>
</module>