#include <avr/eeprom.h>
#include "defs.h"
#include "par1.h"
const wspolrz EEMEM strony[3] =
{0, 0, 13, 0, 28, 0, 0, 1, 13, 1, 28, 1, 0, 2, 13, 2, 28, 2, 28, 3,
0, 0, 16, 0, 28, 0, 0, 1, 14, 1, 28, 1, 0, 2, 22, 2, 29, 3, 0, 0,
0, 0, 25, 0, 0, 1, 0, 2, 30, 3, 26, 1, 0, 0, 0, 0, 0, 0, 0, 0,};
const unsigned char EEMEM wybor[3][10] =
{13, 3, 4, 5, 2, 10, 6, 7, 1, 0,
13, 8, 9, 12, 11, 14, 16, 19, 0, 0xFF,
13, 15, 17, 18, 0, 16, 0xFF, 0xFF, 0xFF, 0xFF,};
const EEMEM struct parametry par[20] =
{"Sec:", Secl, 1, 3, 1, 0, "s", 0,
"ATM:", BaroADC, 1, 3, 1, 0, "kPa", 0,
"MAP: ", MapADC, 1, 3, 1, 0, "kPa", 0,
"IAT: ", MatADC, 1, 3, 1, -40, "\337C", 0,
"CLT:", CltADC, 1, 3, 1, -40, "\337C", 0,
"TPS: ", TpsADC, 1, 3, 0.393, 0, "%", 0,
"BAT:", BatADC, 1, 4, 1.0874, 0, "V", 1,
"EGO:", EgoADC, 1, 4, 1.961, 0, "V", 2,
"EgoC:", EgoCorrection, 1, 3, 1, 0, "%", 0,
"AirC:", AirCorrection, 1, 3, 1, 0, "%", 0,
"PW:", Pw1, 1, 4, 1, 0, "ms", 1,
"GammaE:", GammaEnrich, 1, 3, 1, 0, "%", 0,
"VEcurr:", VeCurr1, 1, 3, 1, 0, "%", 0,
"RPM:", RpmL, 2, 4, 1, 0, "rpm", 0,
"Alfa:", Alfa, 1, 3, 1, 0, "\337", 0,
"ImpLen:", ImpLenL, 2, 4, 4, 0, "\xE4s", 0,
"LSync: ", LostSync, 1, 3, 1, 0, "", 0,
"Time1:", Czas1A, 4, 12, 1, 0, "", 0,
"Time2:", Czas2A, 4, 12, 1, 0, "", 0,
"StepperPos:", StepperPos, 1, 3, 1, 0, "", 0};