Last change
on this file since 10418 was 10094, checked in by neise, 14 years ago |
initial commit of FSC firmware
- use for FSC testing only -
|
File size:
507 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 | //-----------------------------------------------------------------------------
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.