Files
paparazzi/conf/radios/mc24r.xml
T
2012-05-19 15:52:05 +00:00

58 lines
2.5 KiB
XML

<?xml version="1.0"?>
<!-- Graupner/JR MC24 with robbe R6107SP -->
<!-- $Id: mc24.xml 3610 2009-07-02 16:35:18Z poine $
--
-- (c) 2003 Pascal Brisset, Antoine Drouin
--
-- This file is part of paparazzi.
--
-- paparazzi is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2, or (at your option)
-- any later version.
--
-- paparazzi is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with paparazzi; see the file COPYING. If not, write to
-- the Free Software Foundation, 59 Temple Place - Suite 330,
-- Boston, MA 02111-1307, USA.
-->
<!--
-- Attributes of root (Radio) tag :
-- name: name of RC
-- data_min: min width of a pulse to be considered as a data pulse
-- data_max: max width of a pulse to be considered as a data pulse
-- sync_min: min width of a pulse to be considered as a synchro pulse
-- sync_max: max width of a pulse to be considered as a synchro pulse
-- min, max and sync are expressed in micro-seconds
-->
<!--
-- Attributes of channel tag :
-- ctl: name of the command on the transmitter - only for displaying
-- function: logical command
-- average: (boolean) channel filtered through several frames (for discrete commands)
-- min: minimum pulse length (micro-seconds)
-- max: maximum pulse length (micro-seconds)
-- neutral: neutral pulse length (micro-seconds)
-- Note: a command may be reversed by exchanging min and max values
-->
<!DOCTYPE radio SYSTEM "radio.dtd">
<radio name="mc24r" data_min="800" data_max="2200" sync_min="5000" sync_max="25000" pulse_type="POSITIVE">
<channel ctl="C" function="ROLL" min="1900" neutral="1500" max="1096" average="0"/>
<channel ctl="B" function="PITCH" min="1900" neutral="1500" max="1096" average="0"/>
<channel ctl="D" function="THROTTLE" min="1096" neutral="1096" max="1900" average="0"/>
<channel ctl="A" function="YAW" min="1900" neutral="1500" max="1096" average="0"/>
<channel ctl="H" function="MODE" min="966" neutral="1500" max="2025" average="1"/>
<channel ctl="E" function="GAIN1" min="1096" neutral="1500" max="1900" average="1"/>
<channel ctl="F" function="CALIB" min="1096" neutral="1500" max="1900" average="0"/>
</radio>