
//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 BattVoltage_cnt[2] =  {14784  , 21248};
const  float BattVoltage_eng[2] =   {0.0  , 42.49};

const int TetherVoltage_cnt[2] =  {14760   , 22000};
const  float TetherVoltage_eng[2] =   {0.0  , 47.95};

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