source: firmware/FSC/usb_src/interpol.h@ 15715

Last change on this file since 15715 was 10754, checked in by neise, 13 years ago
File size: 539 bytes
Line 
1#ifndef __INTERPOL_H
2#define __INTERPOL_H
3//-----------------------------------------------------------------------------
4
5#include "typedefs.h"
6#include "application.h"
7#include "num_conversion.h"
8//-----------------------------------------------------------------------------
9
10// function prototype
11
12
13 float gettemp(void);
14 void readandsendpress(void);
15 float getresistance(void);
16 U32 getadc(void);
17 float calc_temp(U32 adcword);
18//-----------------------------------------------------------------------------
19#endif
Note: See TracBrowser for help on using the repository browser.