Commit 39ae9bda authored by João Lino's avatar João Lino

debug cleanup

parent 2da13d1f
...@@ -70,10 +70,8 @@ void Temperature::measure(boolean ln) { ...@@ -70,10 +70,8 @@ void Temperature::measure(boolean ln) {
#ifdef DEBUG #ifdef DEBUG
Serial.print(_name); Serial.print(_name);
Serial.print(","); Serial.print(",");
Serial.print(_VoutAnalogSample); //Serial.print(_VoutAnalogSample);
Serial.print(","); //Serial.print(workingSample);
Serial.print(workingSample);
Serial.print(",");
Serial.print(_measuredTemperature); Serial.print(_measuredTemperature);
//Serial.print(GetMedianAverage(_rTemperatureMeasurements, 6)); //Serial.print(GetMedianAverage(_rTemperatureMeasurements, 6));
Serial.print(","); Serial.print(",");
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "Arduino.h" #include "Arduino.h"
#define DEBUG //#define DEBUG
#define CONSTANT_ADC_STEP_COUNT 1024.0 #define CONSTANT_ADC_STEP_COUNT 1024.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment