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