/* 
 * File:   CalibrationConstants.h
 * Author: hamilton
 *
 * Created on April 14, 2015, 5:19 PM
 */

#ifndef CALIBRATIONCONSTANTS_H
#define	CALIBRATIONCONSTANTS_H


extern const int ZoomFollow_cnt[2];
extern const float ZoomFollow_eng[2]; 

extern const int FocusFollow_cnt[2];  
extern const float FocusFollow_eng[2];  

extern const int ADC_CameraTemp_cnt[2];
extern const float ADC_CameraTemp_eng[2];

void ComputeScaling(void);
void PrintScaling(void);

#endif	/* CALIBRATIONCONSTANTS_H */

