This commit is contained in:
hg
2014-11-15 23:07:02 +01:00
parent 96fec4e827
commit c687aff175
4 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
#include "Thermometer.h"
using Thermometer;
using namespace nsThermometer;
Thermometer::Thermometer() {
@ -16,4 +16,4 @@ void Thermometer::exec(float r) {
temperatureRaw = (r / PT1000_R0 - 1) / PT1000_Coeff;
}
}