Subversion Repositories FlightCtrl

Rev

Rev 902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 902 Rev 924
Line 17... Line 17...
17
unsigned int ReadADC(unsigned char adc_input);
17
unsigned int ReadADC(unsigned char adc_input);
18
void         ADC_Init(void);
18
void         ADC_Init(void);
19
void SucheLuftruckOffset(void);
19
void SucheLuftruckOffset(void);
Line 20... Line -...
20
 
-
 
21
 
-
 
22
//#define ANALOG_OFF ADCSRA = 0
-
 
23
//#define ANALOG_ON ADCSRA = (1<<ADEN)|(1<<ADSC)|(1<<ADPS2)|(1<<ADPS1)|(1<<ADPS0)|(1<<ADIE)
20