Files
paparazzi/conf/modules/actuators_disco.xml
T
Gautier Hattenberger c3ec53141e [board] add support for Parrot Disco plane (#1992)
- mostly based on Bebop2
- add PWM output and SBUS input on Linux (based on ArduPilot work)
- some changes to the Linux serial port lib to handle arbitrary baudrate
  (this code could be improved and factorized in the future)
- all sensors are working, the video system is not tested
2017-01-30 00:22:09 +01:00

20 lines
484 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="actuators_disco" dir="actuators" task="actuators">
<doc>
<description>
Actuators Driver for Disco plane
</description>
</doc>
<header>
<file name="actuators.h" dir="boards/disco"/>
</header>
<makefile target="ap">
<define name="ACTUATORS"/>
<define name="USE_I2C1"/>
<file name="actuators.c" dir="$(SRC_BOARD)"/>
<file_arch name="pwm_sysfs.c" dir="mcu_periph"/>
</makefile>
</module>