Last change
on this file since 12679 was 10753, checked in by neise, 13 years ago |
working usb revision 10245 - modified for nice temperature printing
command 'T'
|
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.