
//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 Pressure_cnt[2] =  {20856   , 27820};
const  float Pressure_eng[2] =   {250  , 330.1};

const int I_Flow_cnt[2] =  {14637   , 13157};  /* */
const  float I_Flow_eng[2] =  {0.0  , 510.0};   //mA
