Refactor ADC sampling and averaging into Adc class from Thermistor
authorJim Morris <morris@wolfman.com>
Sun, 26 Jul 2015 09:32:03 +0000 (02:32 -0700)
committerJim Morris <morris@wolfman.com>
Sun, 26 Jul 2015 09:32:03 +0000 (02:32 -0700)
commit232593a2ef0c9ba39f07ec4ab200b85d51a29cd8
tree2733321e3ba9ffa8f496c6552e68e63227917033
parent7ef6c7591cf00a6e83b3467e5fef76d8606b8439
Refactor ADC sampling and averaging into Adc class from Thermistor
Thermistor just reads the current filtered/averaged reading
src/libs/ADC/adc.cpp
src/libs/ADC/adc.h
src/libs/Adc.cpp
src/libs/Adc.h
src/modules/tools/temperaturecontrol/Thermistor.cpp
src/modules/tools/temperaturecontrol/Thermistor.h