
//Calibration Constants to relate cnts to engineering units.
//Any definitions here should also have an extern declartion in extern.h



//12 Bit DAC Mode

const int WingPos_cnt[2] =  {0   , 23180};
const  float WingPos_eng[2] =   {0.0  , 180.0*20.0/70.0};  //Measured in wing angled.

//const int Pressure_cnt[2] =  {1   , 30936};  //Calibrated with voltage source and cal sheet.  Result was incorrect...
//const  float Pressure_eng[2] =   {0.224  , 100.0};

const int Pressure_cnt[2] =  {4420   , 19760};//Calibrated with dead weight sensor
const  float Pressure_eng[2] =   {14.7  , 64.7};