Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2105 - 1
#ifndef _CALIBRATION_H
2
 #define _CALIBRATION_H
3
 
4
extern void calibration_init();
5
extern int value_sum(int q);
6
 
7
#endif //_CALIBRATION_H