mirror of
https://gitlab.com/fabinfra/fabhardware/absaugungsklappensteuerung.git
synced 2025-03-13 07:11:55 +01:00
10 lines
126 B
C++
10 lines
126 B
C++
|
|
#include "analogDigital.h"
|
|
|
|
|
|
void AnalogDigital::setup(){
|
|
Motor::setup();
|
|
|
|
ADCSRA &= ~7 ;
|
|
ADCSRA |= ADC_PRESCALER ;
|
|
} |