Rev 35 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 35 | Rev 39 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | extern unsigned char DruckOffsetSetting; |
12 | extern unsigned char DruckOffsetSetting; |
13 | extern volatile int HoeheD; |
13 | extern volatile int HoeheD; |
14 | extern volatile unsigned int MessLuftdruck; |
14 | extern volatile unsigned int MessLuftdruck; |
15 | extern volatile int StartLuftdruck; |
15 | extern volatile int StartLuftdruck; |
Line 16... | Line 16... | ||
16 | 16 | ||
17 | extern unsigned int ReadADC(unsigned char adc_input); |
17 | unsigned int ReadADC(unsigned char adc_input); |
18 | extern void ADC_Init(void); |
18 | void ADC_Init(void); |
Line 19... | Line 19... | ||
19 | extern void SucheLuftruckOffset(void); |
19 | void SucheLuftruckOffset(void); |
20 | 20 |