heat control  r71
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
init.h
Go to the documentation of this file.
1 #ifndef __INIT_H__
2 #define __INIT_H__
3 
7 #define FIRST_ADC_INPUT 8
8 
11 #define LAST_ADC_INPUT 9
12 
15 #define ADC_TMP_INNER_ID 0
16 
19 #define ADC_TMP_OUTER_ID 1
20 
23 #define ADC_SUP_DIV_FCT 3.2414
24 
27 #define REV_CURRENT_VALUE 34
28 /*reference resistance (@25°C):
29  original inner sensor -> 26400
30  original outer sensor -> 51500 */
34 #define RR_IN 33000 //26400
35 
38 #define RR_OUT 51500
39 
42 #define ADC_REF_VOLTAGE 4950
43 
46 void Init(void);
47 
48 #endif
49 
void Init(void)
Definition: init.c:11