mirror of
https://gitlab.com/fabinfra/fabhardware/absaugungsklappensteuerung.git
synced 2025-03-13 15:21:44 +01:00
ADC Prescaler eine Datei vergessen.
This commit is contained in:
parent
bb6c929ba9
commit
ce1d136257
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
void AnalogDigital::setup(){
|
void AnalogDigital::setup(){
|
||||||
Motor::setup();
|
Motor::setup();
|
||||||
|
|
||||||
ADCSRA &= ~7 ;
|
ADCSRA &= ~7 ;
|
||||||
ADCSRA |= ADC_PRESCALER ;
|
ADCSRA |= ADC_PRESCALER ;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user