kopia lustrzana https://github.com/Hamlib/Hamlib
s-meter calibration by Matt Dawson
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1900 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.4
rodzic
e02795f58c
commit
237a9f4366
32
icom/ic746.c
32
icom/ic746.c
|
@ -2,7 +2,7 @@
|
||||||
* Hamlib CI-V backend - description of IC-746 and variations
|
* Hamlib CI-V backend - description of IC-746 and variations
|
||||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||||
*
|
*
|
||||||
* $Id: ic746.c,v 1.3 2003-12-08 08:33:58 fillods Exp $
|
* $Id: ic746.c,v 1.4 2005-01-19 17:17:54 pa4tu Exp $
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
|
@ -73,22 +73,22 @@
|
||||||
|
|
||||||
#define IC746_STR_CAL { 16, \
|
#define IC746_STR_CAL { 16, \
|
||||||
{ \
|
{ \
|
||||||
{ 0, -18 }, \
|
{ 0, -60 }, \
|
||||||
{ 10, -16 }, \
|
{ 10, -55 }, \
|
||||||
{ 27, -14 }, \
|
{ 27, -49 }, \
|
||||||
{ 45, -12 }, \
|
{ 45, -42 }, \
|
||||||
{ 60, -10 }, \
|
{ 60, -35 }, \
|
||||||
{ 76, -8 }, \
|
{ 76, -28 }, \
|
||||||
{ 89, -6 }, \
|
{ 89, -21 }, \
|
||||||
{ 100, -4 }, \
|
{ 100, -14 }, \
|
||||||
{ 110, -2 }, \
|
{ 110, -7 }, \
|
||||||
{ 120, 0 }, \
|
{ 120, 0 }, \
|
||||||
{ 125, 2 }, \
|
{ 125, 10 }, \
|
||||||
{ 129, 4 }, \
|
{ 129, 20 }, \
|
||||||
{ 133, 6 }, \
|
{ 133, 30 }, \
|
||||||
{ 138, 8 }, \
|
{ 138, 40 }, \
|
||||||
{ 142, 10 }, \
|
{ 142, 50 }, \
|
||||||
{ 146, 12 } \
|
{ 146, 60 } \
|
||||||
} }
|
} }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue