[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5388] spektrum satellite binding
From: |
Eric |
Subject: |
[paparazzi-commits] [5388] spektrum satellite binding |
Date: |
Sun, 15 Aug 2010 20:25:05 +0000 |
Revision: 5388
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5388
Author: lamestllama
Date: 2010-08-15 20:25:03 +0000 (Sun, 15 Aug 2010)
Log Message:
-----------
spektrum satellite binding
Added Paths:
-----------
paparazzi3/trunk/sw/airborne/stm32/bind_hw.h
Added: paparazzi3/trunk/sw/airborne/stm32/bind_hw.h
===================================================================
--- paparazzi3/trunk/sw/airborne/stm32/bind_hw.h
(rev 0)
+++ paparazzi3/trunk/sw/airborne/stm32/bind_hw.h 2010-08-15 20:25:03 UTC
(rev 5388)
@@ -0,0 +1,31 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) 2009 Eric Parsonage <address@hidden>
+ *
+ * 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.
+ */
+
+/*
+ *Function to bind Spektrum satellite receivers
+ */
+
+#ifndef BIND_HW_H
+#define BIND_HW_H
+extern void bind_init( void );
+#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5388] spektrum satellite binding,
Eric <=