mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
c3ec53141e
- 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
20 lines
484 B
XML
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>
|
|
|