mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-12 10:13:09 +08:00
25 lines
669 B
XML
25 lines
669 B
XML
<airframe name="CSC">
|
|
|
|
<servos>
|
|
<servo name="S1" no="0" min="1000" neutral="1500" max="2000"/>
|
|
<servo name="S2" no="1" min="1000" neutral="1500" max="2000"/>
|
|
<servo name="S3" no="3" min="1000" neutral="1500" max="2000"/>
|
|
<servo name="S4" no="2" min="1000" neutral="1500" max="2000"/>
|
|
</servos>
|
|
|
|
<makefile>
|
|
|
|
ap.CFLAGS += -DPWM_SERVO_4 -DPWM_SERVO_5 -DPWM_SERVO_0 # -DPWM_SERVO_3
|
|
ap.CFLAGS += -DACTUATORS=\"servos_direct_hw.h\"
|
|
ap.srcs += $(SRC_ARCH)/servos_direct_hw.c
|
|
CSC_ID = 0
|
|
SRC_BOOZ = booz/
|
|
|
|
|
|
include $(PAPARAZZI_SRC)/conf/autopilot/csc.makefile
|
|
include $(PAPARAZZI_SRC)/conf/autopilot/subsystems/csc_gps.makefile
|
|
|
|
</makefile>
|
|
|
|
</airframe>
|