-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.c
21 lines (20 loc) · 2.47 KB
/
table.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdint.h>
unsigned DRIVE_LUT_SIZE = 506;
uint16_t DRIVE_LUT[506] = { \
1056,991,993,1026,1015,1033,966,1026,988,1020,1040,1078,995,1048,980,992,1052,1005,973,1043,1065,1087,981,1020,1017,1025,1013,955,1018,1017,980,1038,
1019,1068,1019,961,1074,978,1072,1062,1017,968,1091,963,995,951,1035,1029,1004,965,1056,968,1025,988,998,983,1002,1021,1018,1024,1005,1020,1016,991,
1003,1066,1059,973,985,1009,1060,1004,990,1064,1015,1040,1006,1015,1018,1015,1046,1009,998,1004,1049,999,1021,998,999,1008,1029,1023,1013,1033,1000,1051,
1031,1030,1025,1023,1021,1023,1014,1004,1033,1019,1023,1027,1009,1013,995,1011,1022,1034,1022,998,1026,1016,1018,1021,1018,1013,1017,1017,1015,1018,1017,1018,
1018,1017,1017,1015,1022,1016,1025,1026,1021,1017,1017,1022,1020,1014,1016,1024,1004,1024,1021,1010,1005,1011,1010,1002,1014,1000,1018,1037,1027,1029,1040,1039,
1025,1024,1043,996,1023,1039,1001,1013,1024,1017,1042,1045,1041,1018,997,1036,1020,1017,1040,1034,996,981,1021,1028,1042,1028,1030,1018,998,1004,1014,1008,
1075,1032,1033,975,1008,1016,971,1027,1009,1027,988,1021,1045,994,995,1038,1017,985,1014,1008,995,1017,1036,978,1004,964,1026,981,1008,1069,1045,1077,
1011,995,961,988,1034,993,1012,1032,1021,1068,1080,943,997,962,1019,965,970,999,976,1020,1013,1000,1021,1052,1040,1067,1013,1001,1027,1056,991,993,
1026,1015,1033,966,1026,988,1020,1040,1078,995,1048,980,992,1052,1005,973,1043,1065,1087,981,1020,1017,1025,1013,955,1018,1017,980,1038,1019,1068,1019,
961,1074,978,1072,1062,1017,968,1091,963,995,951,1035,1029,1004,965,1056,968,1025,988,998,983,1002,1021,1018,1024,1005,1020,1016,991,1003,1066,1059,
973,985,1009,1060,1004,990,1064,1015,1040,1006,1015,1018,1015,1046,1009,998,1004,1049,999,1021,998,999,1008,1029,1023,1013,1033,1000,1051,1031,1030,1025,
1023,1021,1023,1014,1004,1033,1019,1023,1027,1009,1013,995,1011,1022,1034,1022,998,1026,1016,1018,1021,1018,1013,1017,1017,1015,1018,1017,1018,1018,1017,1017,
1015,1022,1016,1025,1026,1021,1017,1017,1022,1020,1014,1016,1024,1004,1024,1021,1010,1005,1011,1010,1002,1014,1000,1018,1037,1027,1029,1040,1039,1025,1024,1043,
996,1023,1039,1001,1013,1024,1017,1042,1045,1041,1018,997,1036,1020,1017,1040,1034,996,981,1021,1028,1042,1028,1030,1018,998,1004,1014,1008,1075,1032,1033,
975,1008,1016,971,1027,1009,1027,988,1021,1045,994,995,1038,1017,985,1014,1008,995,1017,1036,978,1004,964,1026,981,1008,1069,1045,1077,1011,995,961,
988,1034,993,1012,1032,1021,1068,1080,943,997,962,1019,965,970,999,976,1020,1013,1000,1021,1052,1040,1067,1013,1001,1027,
};