no idea
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
#ifdef HTPA32x32dR1L2_1HiSiF5_0_Gain3k3_Extended
|
||||
#define TABLENUMBER 114
|
||||
#define PCSCALEVAL 100000000 //327000000000 //PixelConst scale value for table... lower 'L' for (long)
|
||||
#define NROFTAELEMENTS 12
|
||||
#define NROFTAELEMENTS 7
|
||||
#define NROFADELEMENTS 293 //130 possible due to Program memory, higher values possible if NROFTAELEMENTS is decreased
|
||||
#define TAEQUIDISTANCE 100 //dK
|
||||
#define ADEQUIDISTANCE 64 //dig
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifdef HTPA32x32dL2_1HiSiF5_0_Gain3k3
|
||||
#ifdef HTPA32x32dR1L2_1HiSiF5_0_Gain3k3_Extended
|
||||
const unsigned int TempTable [NROFADELEMENTS][NROFTAELEMENTS]={
|
||||
{ 0x0000, 0x0000, 1210, 1841, 2175, 2427, 2638 },
|
||||
{ 0x0000, 0x0000, 1586, 2001, 2282, 2508, 2703 },
|
||||
|
||||
@ -22,7 +22,8 @@ typedef enum {
|
||||
FT20c = 21,
|
||||
FT22,
|
||||
FT23,
|
||||
FT24
|
||||
FT24,
|
||||
FT25
|
||||
} TTS_CarID;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user