UAVX Multicopter Flight Controller.

Dependencies:   mbed

Committer:
gke
Date:
Tue Apr 26 12:12:29 2011 +0000
Revision:
2:90292f8bd179
Parent:
1:1e3318a30ddd
Not flightworthy. Posted for others to make use of the I2C SW code.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gke 2:90292f8bd179 1 // ===============================================================================================
gke 2:90292f8bd179 2 // = UAVXArm Quadrocopter Controller =
gke 2:90292f8bd179 3 // = Copyright (c) 2008 by Prof. Greg Egan =
gke 2:90292f8bd179 4 // = Original V3.15 Copyright (c) 2007 Ing. Wolfgang Mahringer =
gke 2:90292f8bd179 5 // = http://code.google.com/p/uavp-mods/ =
gke 2:90292f8bd179 6 // ===============================================================================================
gke 1:1e3318a30ddd 7
gke 1:1e3318a30ddd 8 // This program is free software; you can redistribute it and/or modify
gke 1:1e3318a30ddd 9 // it under the terms of the GNU General Public License as published by
gke 1:1e3318a30ddd 10 // the Free Software Foundation; either version 2 of the License, or
gke 1:1e3318a30ddd 11 // (at your option) any later version.
gke 1:1e3318a30ddd 12
gke 1:1e3318a30ddd 13 // This program is distributed in the hope that it will be useful,
gke 1:1e3318a30ddd 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
gke 1:1e3318a30ddd 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
gke 1:1e3318a30ddd 16 // GNU General Public License for more details.
gke 1:1e3318a30ddd 17
gke 1:1e3318a30ddd 18 // You should have received a copy of the GNU General Public License along
gke 1:1e3318a30ddd 19 // with this program; if not, write to the Free Software Foundation, Inc.,
gke 1:1e3318a30ddd 20 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
gke 1:1e3318a30ddd 21
gke 1:1e3318a30ddd 22
gke 2:90292f8bd179 23 #define Version "1.$WCREV$"
gke 1:1e3318a30ddd 24
gke 1:1e3318a30ddd 25
gke 1:1e3318a30ddd 26