fixes
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user