ADC: dead
This commit is contained in:
parent
7b5a28f288
commit
399cd3f5b7
|
@ -355,11 +355,6 @@ void waitForSlowAdc(uint32_t lastAdcCounter) {
|
|||
}
|
||||
}
|
||||
|
||||
int getSlowAdcCounter() {
|
||||
return slowAdcCounter;
|
||||
}
|
||||
|
||||
|
||||
class SlowAdcController : public PeriodicController<UTILITY_THREAD_STACK_SIZE> {
|
||||
public:
|
||||
SlowAdcController()
|
||||
|
|
|
@ -63,8 +63,6 @@ void initAdcInputs();
|
|||
|
||||
// wait until at least 1 slowADC sampling is complete
|
||||
void waitForSlowAdc(uint32_t lastAdcCounter = 0);
|
||||
// get a number of completed slowADC samples
|
||||
int getSlowAdcCounter();
|
||||
|
||||
void printFullAdcReportIfNeeded(void);
|
||||
int getInternalAdcValue(const char *msg, adc_channel_e index);
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define ADC_LOGIC_COOLANT 0
|
||||
|
||||
int getAdcValue(const char *msg, int channel);
|
||||
#define getSlowAdcCounter() 0
|
||||
#define waitForSlowAdc(x) {}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue