tm3d
/
owSlave2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a6bd4fe7f4daa7a584191779eed749e7b9a2478e
[owSlave2.git]
/
common
/
calibr.h
1
#ifndef CALIBR_H
2
#define CALIBR_H
3
4
5
6
double calibr_hum(double temp,double tempdiv,double hum);
7
8
9
#endif