Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2104 → Rev 2105

/RaspberryPi/PiMoteSwitch/calibration.h
0,0 → 1,7
#ifndef _CALIBRATION_H
#define _CALIBRATION_H
 
extern void calibration_init();
extern int value_sum(int q);
 
#endif //_CALIBRATION_H