From 64b0e730e97796247e42f1b88352259c1e8f8b71 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 27 Feb 2013 15:57:40 +0000 Subject: rda1826dongle: added register write and read subs (not working yet) git-svn-id: https://svn.spreadspace.org/mur.sat@683 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/rda1846dongle/rda1846.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 software/rda1846dongle/rda1846.h (limited to 'software/rda1846dongle/rda1846.h') diff --git a/software/rda1846dongle/rda1846.h b/software/rda1846dongle/rda1846.h new file mode 100644 index 0000000..e320fd3 --- /dev/null +++ b/software/rda1846dongle/rda1846.h @@ -0,0 +1,38 @@ +/* + * + * mur.sat + * + * Somewhen in the year 2012, mur.at will have a nano satellite launched + * into a low earth orbit (310 km above the surface of our planet). The + * satellite itself is a TubeSat personal satellite kit, developed and + * launched by interorbital systems. mur.sat is a joint venture of mur.at, + * ESC im Labor and realraum. + * + * Please visit the project hompage at sat.mur.at for further information. + * + * + * Copyright (C) 2013 Christian Pointner + * + * This file is part of mur.sat. + * + * mur.sat 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 3 of the License, or + * any later version. + * + * mur.sat 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 mur.sat. If not, see . + * + */ + +#ifndef MURSAT_rda1846_h_INCLUDED +#define MURSAT_rda1846_h_INCLUDED + +void rda1846_init(void); + +#endif -- cgit v1.2.3